Answer to Question #265875 in Algorithms for asc

Question #265875

The program is to input an examination mark and test it for the award of a grade. The mark is a whole number between 1 and 100. Grades are awarded according to the following criteria: >= 80 Distinction >= 60 Merit >= 40 Pass < 40 fail Write pseudo-code.


1
Expert's answer
2021-11-14T12:54:17-0500
Grade=input("Input your examination mark")
if Grade>=80
print("Distinction")
if 80>=Grade>60
print("Merit")
if 60>=Grade>=40
print("Pass")
if Grade<40
print("Fail")

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS