Write programme to enter a number and display the multiplication table.
Answers
Answered by
1
Explanation:
To print multiplication table we need to iterate from 1 to 10. Run a loop from 1 to 10 , increment 1 on each iteration. The loop structure should look like for(i=1; i<=10; i++) . Inside loop generate multiplication table using num * i and print in specified format.Jun 12, 2015
Similar questions
Math,
4 months ago
Math,
4 months ago
Math,
4 months ago
English,
8 months ago
Political Science,
1 year ago