or Spring 2019 Page 2 of5 (30 points) A class Student has the following data members class Student April 22, Mort private: string firstName; I/to hold a studene’s string lastNa/to hold a student’s I/to hold a stu int id; float tests[3]; a student’s last name o hold a student id I/to hold three public: test scores Student (); Student(string, string, int, floatl)) void setLastName(string); void setTests(float[]); float average() const; ……1/some more member functions here istream&
OR
OR