You need to sign in to test your code and save your progress on this question.
Problem Description
Student Grade Calculator
Medium
Exam Style
Selection
Write 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
Success Rate:
0% (0 passed / 0 attempted)
Code
Unsaved
Test Results
Click "Run Code" to evaluate your code against the tests.