Guest User

Untitled

a guest
Jun 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Define a CollegeStudent class with appropriate data members such
  2. as name, year, expectedGrad, major, minor, GPA, coursesAndGrades,
  3. maritalStatus, etc. The class should include methods to compute
  4. GPA from coursesAndGrades and to determine whether the GPA merits
  5. honors or probation. There also should be a method to display the
  6. CollegeStudent's information (name, year, expectedGrad, major, minor,
  7. GPA).
Add Comment
Please, Sign In to add comment