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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started