Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

with C++ with C++ complier 1 2 3 2 4 6 3 6 9 4 8 13 5 6 7 8 9 10 10 12

with C++ image text in transcribed
image text in transcribed
with C++ complier image text in transcribed
image text in transcribed
1 2 3 2 4 6 3 6 9 4 8 13 5 6 7 8 9 10 10 12 14 16 18 20 15 18 21 24 27 30 10 20 30 40 50 60 70 80 90 100 Enter the row and column of the incorrect value: 39 Wrong! The incorrect value is in cell 3 4 and should be 12. Play again? [y]: y Find the wrong number in the multiplication table below: (the program will print the full table along with a wrong number inserted in it.) 1 2 3 2 4 6 3 6 9 4 8 12 5 6 7 8 9 10 10 12 14 16 18 20 15 18 21 24 27 30 10 20 30 40 50 60 70 80 90 1000 Enter the row and column of the incorrect value: 10 10 Right! Play again? [y]: n Press any key to continue. Write a program that prints the multiplication table but inserts a randomly generated incorrect value between 1 and 50 into a cell whose row and column are randomly selected. Make sure the program does insert an incorrect value. For example, if row and column of 3 and 4 are randomly selected, keep generating a random number to print for that location until it's not the right value of 12. Then, ask the user to tell where in the table the incorrect number is located by entering the row and column of the incorrect number. Print whether the user was right or not. If he or she was right, ask for and read the correct value; if not, the program must give the correct location and the correct number. Example: Find the wrong number in the multiplication table below: (the program will print the full table along with a wrong number inserted in it.) 1 2 3 4 5 6 7 8 9 10 2 4 6 8 10 12 14 16 18 20 3 6 9 13 15 18 21 24 27 30 10 20 30 40 50 60 70 80 90 100 Enter the row and column of the incorrect value: 39 Wrong! The incorrect value is in cell 3 4 and should be 12. Write a program that prints the multiplication table but inserts a randomly generated incorrect value between 1 and 50 into a cell whose row and column are randomly selected. Make sure the program does insert an incorrect value. For example, if row and column of 3 and 4 are randomly selected, keep generating a random number to print for that location until it's not the right value of 12. Then, ask the user to tell where in the table the incorrect number is located by entering the row and column of the incorrect number. Print whether the user was right or not. If he or she was right, ask for and read the correct value; if not, the program must give the correct location and the correct number. Example: Find the wrong number in the multiplication table below: (the program will print the full table along with a wrong number inserted in it.) 1 2 3 4 5 6 7 8 9 10 2 4 6 8 10 12 14 16 18 20 3 6 9 13 15 18 21 24 27 30 10 20 30 40 50 60 70 80 90 100 Enter the row and column of the incorrect value: 39 Wrong! The incorrect value is in cell 3 4 and should be 12. 1 2 3 2 4 6 3 6 9 4 8 13 5 6 7 8 9 10 10 12 14 16 18 20 15 18 21 24 27 30 10 20 30 40 50 60 70 80 90 100 Enter the row and column of the incorrect value: 39 Wrong! The incorrect value is in cell 3 4 and should be 12. Play again? [y]: y Find the wrong number in the multiplication table below: (the program will print the full table along with a wrong number inserted in it.) 1 2 3 2 4 6 3 6 9 4 8 12 5 6 7 8 9 10 10 12 14 16 18 20 15 18 21 24 27 30 10 20 30 40 50 60 70 80 90 1000 Enter the row and column of the incorrect value: 10 10 Right! Play again? [y]: n Press any key to continue

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems 6th Asian Conference Aciids 2014 Bangkok Thailand April 7 9 2014 Proceedings Part I 9 2014 Proceedings Part 1 Lnai 8397

Authors: Ngoc-Thanh Nguyen ,Boonwat Attachoo ,Bogdan Trawinski ,Kulwadee Somboonviwat

2014th Edition

3319054759, 978-3319054759

More Books

Students also viewed these Databases questions

Question

=+4 Develop and deliver the CCT program.

Answered: 1 week ago

Question

=+5 Evaluate whether the CCT program was effective.

Answered: 1 week ago

Question

=+Identify the type of global assignment for which CCT is needed.

Answered: 1 week ago