Question: Answer in Visual Basic Programming Part 2 Create a class named Person with the following members: first name as a string last name as a

Answer in Visual Basic Programming Part 2
Create a class named Person with the following members:
first name as a string
last name as a string
birthday as a datetime
Create a class named Student that inherits from Person with additional members: homeroom as integer
grade as string (expected input: kindergarten, 3rd, fifth, freshman, etc.)
grade point average as double
graduation year as datetime
Use a loop to prompt the user to enter the necessary data to create 5 instances of a Student and add them to a list of Students. Assume the user provides good data. This code should be in a separate subprocedure.
Go through the list of Students and display the information of students that have a GPA greater than or equal to 3.0. This code should be in a separate subprocedure.
a. The graduate year should only display a year, not a month, day, or time.
Your main subprocedure should call the procedures defined in steps 3 and 4.
Use good judgment on your input/output so that it is user friendly.
 Answer in Visual Basic Programming Part 2 Create a class named

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!