Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# Programming Write a program that contains a method called StudentInformation, which asks for the following as input: - Student First Name - Student Last
C# Programming
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.5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started