In this exercise, you code an application that displays a grade based on the number of points

Question:

In this exercise, you code an application that displays a grade based on the number of points entered by the user. The grading scale is shown in Figure 9-43. Open the VB2015\Chap09\Chang Solution\Chang Solution (Chang Solution.sln) file. Store the minimum points and grades in two parallel one-dimensional arrays named intMins and strGrades. The btnDisplay_Click procedure should search the intMins array for the number of points entered by the user. It then should display the corresponding grade from the strGrades array. Test the application appropriately.

Minimum points Maximum points Grade F 300 350 299 349 414 C 415 465 464 500 B A

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: