C++

profileh2o
test_student.cpp

#include "Student.h" //OTHER FUNCTIONS, INCLUDING THE MAIN-FUNCTION int main() { Student s("Bobby Teenager", "Sophomore", 2.5); s.boost_grade(); s.display(); }