Question: Please type the code out in Python and with comments if possible so I can understand College admissions require you submit a GPA (Grade Point
Please type the code out in Python and with comments if possible so I can understand

College admissions require you submit a GPA (Grade Point Average) and an SAT or GRE test score. Automatic Undergraduate admission - SAT score of 1000 or higher AND GPA of 2.75: Automatic Graduate admission - GRE score of 305 AND GPA of 3.0 Write a program that prompts the user to enter the application type (Undergraduate or Graduate), their name, GPA and SAT (undergraduate) or GPA and GRE (graduate). If the user does not enter Undergraduate or Graduate, they should be prompted to re-enter the application type. If the user enters zero for GPA or test score (SAT or GRE), a message will indicate that the application is incomplete. If the scores meet the requirements a message will display congratulations you have been admitted. Otherwise, a message that the application is under review will be displayed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
