2 Number Calculations (2)

Construct a program that asks the user for a number. The program should then multiply the number by 10 and display the result.
You should show the calculation that has been prefromed e.g 6 x 10 = 60 if the user enters 6 as their number.

Scroll to Top