Your task is to implement the Student class in EXERCISE.h firstName - an std::string holding the student's first name lastName - an std::string holding the student's last name both of these members ...