diff --git a/table.txt b/table.txt new file mode 100644 index 0000000..a329846 --- /dev/null +++ b/table.txt @@ -0,0 +1,13 @@ +#include +#include +void main() + { + int n; + cout<<"enter the number whose table you want to see"\n; + cin>>n; + for(int a=1;a<=10;a++) + { + cout<