Question: Write a program that contains a method called StudentInformation, which asks for the following as input: - Student First Name - Student Last Name -

Write a program that contains a method called StudentInformation, which asks for the following as input: - Student First Name - Student Last Name - Student ID Number (The first character must start with a letter.) - Student Hometown - Student Classification - Student Major - Student Fall GPA - Student Spring GPA The method should then print that information to the screen in yellow and determine whether or not the first character of the Student ID Number is a letter. The method should also determine which GPA is the highest and which GPA is the lowest A sample output would be as follows: Jack Smith, R90839, Springfield, MO, Sophomore, Computer Information Science, Fall: 4.0, Spring: 3.5 Jack's highest GPA is 4.0 and lowest GPA is 3.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
