The program has to be in c++ Can someone help with this program? Create a Student class with member-data name and average success and member-functions • Designers • get & set • member-function (method), returning the first letter of the student's name Write external functions with a vector parameter from students • To read a list of Student objects (vector ) from a file (the file is submitted as a second parameter) • To display a list of students on the screen • To calculate the average success of a list of students Write two sorting functions - by name and by average success
The program has to be in c++
Can someone help with this program?
Create a Student class with member-data name and average success and member-functions
• Designers
• get & set
• member-function (method), returning the first letter of the student's name
Write external functions with a
• To read a list of Student objects (vector <Student>) from a file (the file is submitted as a second parameter)
• To display a list of students on the screen
• To calculate the average success of a list of students Write two sorting functions - by name and by average success.
In main (), create an empty vector of students and illustrate the application of the written external functions (they in turn use the member functions of the Student class).

Step by step
Solved in 2 steps









