please answer this question in IDLE
Attachments:
Answers
Answered by
1
Answer:
HELLO HERE IS YOUR ANSWER.
Works in python...
n = float(input("Enter a percentage: "))
if n>90:
print('You got A1 grade')
elif n>80 and n<89.9:
print('You got A2 grade')
elif n>70 and n<79.9:
print('You got B1 grade')
else:
print('You got B2 grade')
Similar questions
English,
3 months ago
Science,
3 months ago
Physics,
3 months ago
Psychology,
11 months ago
Math,
11 months ago