Question: Student Record Create the Student class as described by the UML STUDENT firstName, string lastName, string studentNo, int +Student0 +setfName(string f), void +setlName(string 1), void

Student Record Create the Student class as described by the UML STUDENT firstName, string lastName, string studentNo, int +Student0 +setfName(string f), void +setlName(string 1), void +setStuNo(int id), void +getfName0, string +getlName0, string +getStuNoO, int void Create a main program - in the main program, create an array of 3 STUDENT objects. Have the user enter the student information for each student object and print the information back to the user. Deliverables Program Pseudocode in Microsoft Word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
