Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a Python code College Entrance Evaluator Program #1 (examples see program 3-6) Write a program that asks the user what their ACT Score is.
write a Python code
College Entrance Evaluator Program #1 (examples see program 3-6) 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 attend: Program #2 (example see Program 3-5) Write a program that determines whether a student receives a scholarship based on their ACT Score. ACT >= 33 and their g.p.a is greater than or equal to 4.000 then the student qualifies for a full-ride scholarship. You must have earned a 4.000 g.p.a in high school. The ACT is less than 33, display you might consider retaking your ACT Exam. Program #3 (Not Operators page 135) Write a program that has five lines of code with NOT operators to include the if statements and the print output. Program #4 (And Operators page 134) Write a program that five lines of code with AND operators to include the if statement and the print output. Program #5 (Or Operators page 134) Write a program that five lines of code with OR operators to include the if statement and the print outputStep 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