Computer Science, asked by vibithacopaa, 1 month ago

write to algorithm to print the all multiplication table of all number from a given number upto a given number mod ​

Answers

Answered by jaincharukvno118
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