Lab 7: You are storing the information about the students of a school . Following information needs to be stored about each student.

  • First Name
  • Last Name
  • City
  • State
  • Telephone Number
  • Year (Freshman, Sophomore, Junior, Senior)
  • Number of Credit Hours Enrolled (minimum 9 max 18)
  • Number of credit Hours Completed prior to current semester. (Between 0 to 87)
  • Credit Hours Left for Graduation after current semester.

The total credit hours required for graduation is 90. You will make use of the "classes" for writing this program. You need to write a student class and then create objects of that class to store and display the information. Please make sure that all the data members are private and all the member functions are public. You will write the set member function (like setFirstName, setLastName etc.) to set the value of the data members as provided by the user at runtime and get member function (like getFirstName, getLastName etc.) to retrieve these value for displaying. While accepting the input from the user, you would need to validate the data. For example the credit hours enrolled can't be less than 9 and more than 18. Once you have completed the accepting of the input from the user for the data related to all the students (assume there are 5 students), display these information for each student.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.