a. Write an application for a college’s admissions office. Prompt the user for a student’s numeric high school grade point average (for example, 3.2) and an admission test score from 0 to 100. Display...

a. Write an application for a college’s admissions office. Prompt the user for a student’s numeric high school grade point average (for example, 3.2) and an admission test score from 0 to 100. Display the message “Accept” if the student has any of the following: u A grade point average of 3.0 or above and an admission test score of at least 60 u A grade point average below 3.0 and an admission test score of at least 80 If the student does not meet either of the qualification criteria, display “Reject”. Save the file as Admission.java. b. Modify the application in Exercise 3a so that if a user enters a grade point average under 0 or over 4.0, or a test score under 0 or over 100, an error message appears instead of the “Accept” or “Reject” message. Save the file as Admission2.java.



Dec 28, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers