Computer Science, asked by abdulrasheed0758, 11 months ago

write a JavaScript code to print multiplication table of 3​

Answers

Answered by jaincharukvno118
0

Answer:

Enter an integer: 3

3 * 1 = 3

3 * 2 = 6

3 * 3 = 9

3 * 4 = 12

3 * 5 = 15

3 * 6 = 18

3 * 7 = 21

3 * 8 = 24

3 * 9 = 27

3 * 10 = 30

Explanation:

I think it is help you

Similar questions