Question: 6. In this exercise, you code an application that displays a grade based on the number of points entered by the user. The grading scale
6. 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 0 299 300 349 350 414 415 464 465 500 FDCBA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
