Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please write a Python program call CollegeAdmission_????, where ???? is the last 4 digits of your studentID. In your main function, do the following three

Please write a Python program call CollegeAdmission_????, where ???? is the last 4 digits of your studentID. In your main function, do the following three things:

1.1 Print out a line of test Please type in your GPA in 5.0 base (0.0-5.0)".

1.2 Print out a line of test Please type in your SAT score in percentile (0-100)"

1.3 Then based on following rule you need to print out the admission decision:

if the student has GPA>=3.5 and SAT > 80, print out "you are admitted with scholarship!"

if the student has GPA>=3.0 and SAT > 70, print out "you are admitted"

if the student has GPA>=2.5, print out "you are on the waiting list!"

if the student has GPA<2.5, print out "we regret to inform you that we are unable to accept you to out program."

Python 3.8 !

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2017 For Windows Web And Database Applications

Authors: Corinne Hoisington

1st Edition

1337102113, 978-1337102117

More Books

Students also viewed these Databases questions

Question

7. Where Do We Begin?

Answered: 1 week ago