Question: What code is needed in order for the message Contact assistant dean to be displayed from the following example? if s _ class.lower ( )

What code is needed in order for the message Contact assistant dean to be displayed from the following example?
if s_class.lower()=="fr":
if techFee>=100:
print("Contact financial aid")
else:
print("Tech fee approved")
elif s_class.lower()=="so":
if techFee>=100 and techFee<500:
print("Contact financial aid")
elif techFee>=500:
print("Contact assistant dean")
else:
print("Tech fee approved")
else:
if techFee<=700:
print("Tech fee approved")
else:
print("Contact dean")
Group of answer choices

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!