Question: Create a Multiplication Table program which will start by asking the user to enter the starting range and the ending range of the numbers that

Create a Multiplication Table program which will start by asking the user to enter the starting range and the ending range of the numbers that they would like to create a multiplication table on. From there, you will then ask the user to enter the starting range and the ending range on the numbers that they wish to multiply on the multiplication table. From there, you will use a conditional statement to create a multiplication table on like the following figure: (See picture)
After generating a multiplication table, ask the user if they want to create another multiplication table. If the user says yes, then repeat the process of creating a multiplication table from start to finish. If the user says no, then thank the user for using the multiplication table and then exit the program.
Sample Output:
Enter the starting range for Multiplication Table:_____
Enter the ending range for Multiplication Table: _____
Enter the starting range for multiplying the numbers in Multiplication Table: _____
Enter the ending range for multiplying the numbers in Multiplication Table: _____
Here is the multiplication table for 1 to 3 in the range of 1 to 5
X 123
1123
2246
3369
44812
551015
Do you want to create another multiplication table: __________
//If yes is chosen, then ask the questions again and go through the process of creating another multiplication table
//If no is chosen, then thank the user for using the multiplication table
generator and exit program
Create a Multiplication Table program which will

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!