To write the transcript, print the student information from instance variables, then
iterate the courses array, and calling toString on each Course object. After completing
the loop, print the grade point average. The output for the provided file should be exactly
as follows:
Name: Chris Wilcox
SID: 888-88-8888
EID: sinyala
Spring 2014, CW100, Using Google, 4.0, 3.0
Fall 2014, CW101, Telemark Skiing, 4.0, 2.5
Spring 2015, CW200, Whitewater Kayaking, 3.0, 4.0
Fall 2015, CW201, Making Chai, 3.0, 4.0
Spring 2016, CW300, Working Hard, 2.0, 2.0
GPA: 3.125