โ Back to If Statements
Question 65
Letter Grade
Letter Grade
Read a test score (0-100). Print the letter grade using an if / else if chain: - 90 or above: A - 80-89: B - 70-79: C - 60-69: D - below 60: F
Expected Output:
A
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.