In this exercise, you code the Professor Schneider application, which displays a grade based on the number

Question:

In this exercise, you code the Professor Schneider application, which displays a grade based on the number of points entered by the user. The number of points should always be less than or equal to 500. The grading scale is shown in Figure 8-48. Open the Schneider Solution.sln file contained in the VB2017\Chap08\Schneider Solution folder. Store the minimum points and grades in two parallel one-dimensional arrays named intMins and strGrades. The btnDisplay_Click procedure should use the number of points entered by the user to search the intMins array and then display the corresponding grade from the strGrades array. If the user enters a number that is greater than 500, the procedure should display an appropriate message and then display N/A as the grade. Code the application. Save the solution and then start and test the application.

image

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

Step by Step Answer:

Question Posted: