Question: c++ 1.Create a class named Student. A Student has fields for an ID number, number of credit hours earned, and number of points earned. (For
c++ 1.Create a class named Student. A Student has fields for an ID number, number of credit hours earned, and number of points earned. (For example, many schools compute grade point averages based on a scale of 4, so a three-credit-hour class in which a student earns an A is worth 12 points.)a.Create 5 objects under Student class. b.Include procedure to assign values to ID number, number of credit hours of each student. Also an input for the standard scale.c.Display Students ID and number of credit hours with the computed points earned.d.Compute for an average points earned of the student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
