Create a program in C# that will assist a user in learning multiplication. Use a
ID: 3804353 • Letter: C
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 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.
Explanation / Answer
Form1.cs
===============================================================
Form1.Designer.cs
===================================================================
Program.cs
==============================================
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.