CJCoding With Joseph
15per day

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
๐Ÿ“ฅ Auto-Input:
95\n
This input is automatically fed to your program's stdin
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.