Question
PART 1) IF STATEMENTS INSIDE IF STATEMENTS using pythoon The first part of your program should do the following: Ask the user type of test
PART 1) IF STATEMENTS INSIDE IF STATEMENTS using pythoon
The first part of your program should do the following:
Ask the user type of test they took. o (ACT or SAT)
If they said ACT then ask them their score
o If their ACT score was between 0 and 7 say "Needs Work"
o If their ACT score was between 10 and 20 say "Acceptable"
o If they ACT score was above 20 say "Above average"
If they said SAT then ask them their score
o If their SAT score was between 200 and 400 say "Needs Work"
o If their SAT score was between 401 and 1000 say "Acceptable"
o If they SAT score was above 1000 say "Above average"
Step 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