Open the Addition Solution.sln file contained in the VB2017Chap07Addition Solution folder. The btnNew_Click procedure is responsible for

Question:

Open the Addition Solution.sln file contained in the VB2017\Chap07\Addition Solution folder. The btnNew_Click procedure is responsible for generating two random integers from 0 to 10 (including 10) and displaying them in the lblNum1 and lblNum2 controls. The btnCheck_Click procedure is responsible for determining whether the user’s answer, which is entered in the txtAnswer control, is correct. If the answer is correct, the procedure should display an appropriate message and then clear the problem and answer from the interface. If the answer is not correct, the procedure should display an appropriate message and then allow the user to answer the addition problem again. Code both procedures. Include any other code that will professionalize the interface. Save the solution and then start and test the application.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: