Question: Use the while statement to print out the multiplication table of a number that is given by the user (i.e., cin). For example if the
Use the while statement to print out the multiplication table of a number that is given by the user (i.e., cin). For example if the number entered by the user is 2, then the output will look like: (4 marks)
2 x 1 = 2
2 x 2 = 4
2 x 10 = 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
