Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PYTHON code: Write a program that asks the user what their ACT Score is. The ACT score has to be an int. Then print output
PYTHON code:
Write a program that asks the user what their ACT Score is. The ACT score has to be an int. Then print output options for the student in a decision structure. Create an input statement that asks their first name, last name, and college of choice ACT that is greater than or equal to 33 students can be accepted to the Massachusetts Institute of Technology ACT that is greater than or equal to 32 students can be accepted to Harvard College and Columbia University ACT that is greater than or equal to 31 students can be accepted to the University of Pennsylvania and Yale University. ACT that is greater than or equal to 29 students can be accepted to the New York University and the University of California-Berkeley. Create a print statement that displays Congratulations you are eligible to attendStep 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