C++ Program to show a table of a given number by user.
There is only sln file upload a cpp file too.
Added a cpp file and remove sln file. ok
This program takes a number as a input from user and then with procedural execution of a program it shows a table of a given number.
Program use setw() function to sets the field width to be used on output operations.