Homework 8 - Objects and Data Encapsulation -
- Create a class for STUDENT objects that uses only private member data.
- Data includes: first name, last name, id#, array of 3 subjects, array of 3 grades).
- Create both accessor and modifier member functions to manage all data operations.
- Instantiate a STUDENT object.
- Initialize the data, change the data, and print the data using public member functions.
- Label the data that is printed.