Computer Science, asked by hs8529273, 6 months ago

write down the program to print table of 2 up 10 time?​

Answers

Answered by Anonymous
70

In the program, user is asked to enter the number and the program prints the multiplication table of the input number using for loop. The loops run from 1 to 10 and the input number is multiplied by the loop counter in each step to display the steps of multiplication table.

Similar questions