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
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
Step by Step Solution
3.42 Rating (161 Votes )
There are 3 Steps involved in it
Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 14 VisualStudioVersion 140225120 MinimumVisualStudioVersion 100402191 ProjectF184B08FC81C45F6A57F5ABD9991F28F Chang Project Chan... View full answer
Get step-by-step solutions from verified subject matter experts
