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.
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.