โ Back to Printing
Question 52
Print a Multiplication Statement
Print a Multiplication Statement
Two numbers are given. Use a template literal to print a multiplication statement. For a = 3 and b = 4 the program prints: 3 x 4 = 12
Expected Output:
3 x 4 = 12
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.