This program was written by S. Robbins
Part 1 tests follow:
Student s1:
Name           John D. Rockefeller
GPA:           3.45
essay:         3
hours:         95
science major: false
toString:
Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N

Student s2:
Name:          Albert Einstein
GPA:           2.91
essay:         4
hours:         40
science major: true
toString:
Name: Einstein, Albert, GPA: 2.91, essay: 4, SCH: 40, science: Y

Student s3:
Name:          Voltare
GPA:           2.91
essay:         4
hours:         70
science major: false
toString:
Name: Voltare, GPA: 2.91, essay: 4, SCH: 70, science: N

Part 2 tests follow:
Score for s1 is 21.0
Score for s2 is 19.05
Score for s3 is 19.05

Part 3 tests follow:
Scores are: s1=21.0, s2=19.05, s3=19.05
s1.compareTo(s2) is 1
s3.compareTo(s2) is 0
s3.compareTo(s1) is -1

Part 4 tests follow:
Using the following scholars:
s1: Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N with score 21.0
s2: Name: Einstein, Albert, GPA: 2.91, essay: 4, SCH: 40, science: Y with score 19.05
s3: Name: Voltare, GPA: 2.91, essay: 4, SCH: 70, science: N with score 19.05
Max of s1 and s2 is Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N
Max of s2 and s1 is Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N
Max of s2 and s3 is Name: Einstein, Albert, GPA: 2.91, essay: 4, SCH: 40, science: Y
Max of s3 and s2 is Name: Voltare, GPA: 2.91, essay: 4, SCH: 70, science: N
Max of s1, s2, and s3 is
Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N
Max of s2, s3, and s1 is
Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N
Max of s3, s1, and s2 is
Name: Rockefeller, John D., GPA: 3.45, essay: 3, SCH: 95, science: N
