Write the pseudocode for the following statement: 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.The program will receive the grade from the
user until the number of entered students is equal to 10 and this should now generate a
report for all the grade entered with the award description. Grades are awarded
according to the following criteria:
>= 80 Distinction
>= 60 Merit
>= 40 Pass
< 40 fail

Solved
Show answers

Ask an AI advisor a question