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
Computer Science,
3 months ago
Science,
3 months ago
English,
7 months ago
Political Science,
10 months ago