Student Grade Calculator
MediumWrite a program that takes a student's mark out of 100 as input. Output "A" for marks 80 and above, "B" for 60 to 79, "C" for 40 to 59, and "Fail" for anything below 40.
Example Input
65
Example Output
B
0% (0 passed / 0 attempted)