void update( student & parameter ) { // Get the student's name string name = parameter.getName(); // Set the status parameter.setStatus( inputStatus( name ) ); // Set the GPA parameter.setGPA( inputGPA( name ) ); }