Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 417 Bytes

Shows a Table of a number

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

Unstructured Program

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.