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
Get step-by-step solutions from verified subject matter experts
