Question: Programming Language:- C# Workstation:- Microsoft Visual Studio 2019 Write a C# app that will help an elementary school student learn multiplication. Use Random class and
Programming Language:- C#
Workstation:- Microsoft Visual Studio 2019
Write a C# app that will help an elementary school student learn multiplication. Use Random class and nextInt method to produce two positive one-digit integers. The program should then display a question, such as: How much is 9 times 6? The students then type the answer. Next the program checks the students answer. If it is correct, displays at random one of the following messages: Very good! Excellent! Nice work! Keep up the good work! If the answer is wrong, it displays at random one of the following messages: No. Please try again! Wrong. Try once more! Dont give up! No. Keep trying! And let the user try again repeatedly until the student finally gets it right.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
