write to algorithm to print the all multiplication table of all number from a given number upto a given number mod
Answers
Answered by
0
Answer:
Program to print multiplication table of a number
Given a number n as input, we need to print its table.
program to print multiplication table of number
6 * 1 = 6
6 * 2 = 12
6 * 3 = 18
6 * 4 = 24
6 * 5 = 30
6 * 6 = 36
6 * 7 = 42
6 * 8 = 48
6 * 9 = 54
6 * 10 = 60
Similar questions
Math,
17 days ago
Hindi,
17 days ago
Computer Science,
1 month ago
Math,
1 month ago
English,
8 months ago