diff --git a/table.cpp b/table.cpp new file mode 100644 index 0000000..f64cfef --- /dev/null +++ b/table.cpp @@ -0,0 +1,11 @@ +#include +using namespace std; + +int main(){ + int a; + cout<<"Enter the no. of which you want to print table"<>a; + for(int i=0;i<=20;i++) + cout<