Question
Create a program in C# that will assist a user in learning multiplication. Use a random object to produce two positive one-digit integers. The program
Create a program in C# that will assist a user in learning multiplication. Use a random object to produce two positive one-digit integers. The program should then prompt the user with a question, such as How much is 6 times 7? The student then inputs the answer. Next, the pgoram checks the student's asnwer. If it's correct, display the message "Very Good!" and ask another question. If the answer is wrong, display the message "No. please try again." and let the student try the same question repeadedly until the student gets it right. A separate function should be used to generate each new question. This function should be called once the app begins execution and each tiem the user answers the question correctly.
Create the program above and modify then modify it to display the information below randomly.
If answer correct:
Very Good!
Excellent!
Nice Work!
Keep up the good work!
If the answer is incorrect:
No.Please try again.
Wrong. Try once more.
Don't give up!
No. Keep trying.
Use a switch statement to issue the responses.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started