1234567
cout << setw(10) << this->studentID << " " << setw(12) << this->studentName << " " << setw(10) << this->studentMajor.getName() << " " << setw(12) << this->studentCredits << " / " << this->studentMajor.getCredits() << " " << setw(3) << setprecision(2) << this->studentGPA << " " << setw(13) << this->studentLevel << " " << endl;
<< setw(12) << this->studentCredits << " / " << this->studentMajor.getCredits() << " "