Question: **** (C++ , Visual Studio)**** Project 1 Computers are playing an increasing role in education. Write a program that will help an elementary school student

**** (C++ , Visual Studio)****

**** (C++ , Visual Studio)**** Project 1 Computers are playing an increasing

Project 1 Computers are playing an increasing role in education. Write a program that will help an elementary school student learn multiplication. The program should produce two positive random one-digit integers and then output a question using those numbers, for example How much is 6 times 7? The student then types the answer. The program checks the student's answer. If it is correct, print "Very good! and ask another multiplication question. If the answer is wrong, print "No. Please try again.", and let the student HINTS Use sentinel controlled repetition to limit the number of questions that the programs asks the user. At the same time check that the user has entered the correct answer. You can use a random function from the standard library. You should randomize the program. Evaluation Criteria -Docum entation/Commenting (20%) -Output Organization (20%) -Logic, Use of Functions (at least one) (40%) -Execution (20%)

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 Databases Questions!