Write an application for a university admissions office. Prompt the user for a student's High School Grade Point (for example 3.2) and an admission test score (value from 0 to 100). Print the message "Accept" if the student has any of the following:
• A grade point of 3.0 or above and an admission test score of at least 60.
• A grade point below 3.0 and an admission test score of at least 80.
If student does not meet either of the qualification criteria, print "Reject".