First page
Back
Continue
Last page
Graphics
MEMBER FUNCTIONS
First shown added to the struct .
struct Student_info { string name; double midterm, final; vector<double> homework; istream& read(istream &); // added double grade() const; // added };