Write a Python program that inputs a single character representing a student's exam grade and checks whether it is a passing letter grade or not.
Your program should work as follows:
'A' and 'E' inclusive.PASS if the character is between 'A' and 'E' inclusive.FAIL/INVALID if the character is any other value.You should use meaningful variable name(s), correct Python syntax, and proper indentation in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.