C program to print table of a given number

Code:

Output:
Enter the number you want to print the table of  5

5
10
15
20
25
30
35
40
45
50

Comments

Popular posts from this blog

C++ programming toll plaza simulation program

C++ program to give you hug(pun intended)