Question: Please build in Visual Basic 7.) Integer Math Tutor Create an application that uses random integers to test the user's knowledge of arithmetic. Let the
Please build in Visual Basic
7.) Integer Math Tutor Create an application that uses random integers to test the user's knowledge of arithmetic. Let the user choose from addition, subtraction, multiplication, and divi- sion. The integers used in the problems should range from 20 to 120. When giving feedback, use color to differentiate between a correct answer response, versus an incorrect answer response. Also check for non-integer input. Preparing division problems requires special consideration because the quotient must be an integer. Therefore, you can use a loop to generate new random values for the second oper- and until you find one that divides the first operand evenly. Use the Mod operator to verify that the integer division remainder is zero. Figure 5-54 shows a sample interface for this application. 5-54 Integer Math Tutor application Integer Math Tutor Choose An Integer Operation Addition Division O Subtraction O Multiplication Please type in your answer to the following math problem. Integer answers only: 1934 = 646 Check Your Answer Correct answert Next
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
