โ Back to If Statements
Question 95
Letter Grade
Letter Grade
Read a test score (0-100) and print the letter grade with an if / else if chain: - 90+: 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 (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.