Abstract an Algorithm
Pseudo-Code
Code in Python
The user wants to enter a mark between 0 and 100.
They want the mark converted to a Leaving Cert grade, as shown in the above table.
They also want to enter Ordinary or Higher Level.
So if the user enters a mark of 73 and Ordinary level, the program must output O3.
Test your code with lots of marks between 0 and 100.