In this exercise, you create an application that allows the user to enter the gender
(either F or M) and GPA for any number of students. The application should calculate
the average GPA for all students, the average GPA for male students, and the average
GPA for female students. Create a Windows Forms application. Use the following
names for the project and solution, respectively: GPA Project and GPA Solution. Save
the application in the VB2017\Chap05 folder. The application’s interface is shown in
Figure 5-49. The list box should list GPAs from 1.0 through 4.0 in increments of 0.1
(e.g., 1.0, 1.1, 1.2, 1.3, etc.). Code the application. Save the solution and then start and
test the application.