Exerpad
Exercise 4 · Chapter: ConditionsRequired+50 XP

Grade Checker

Read a score (0-100) and print the letter grade:

  • 90 or above: A
  • 80-89: B
  • 70-79: C
  • 60-69: D
  • Below 60: F

Example: Input 85 → Output B

Need a hint?
3 available · costs 5 XP each
javascript

Output
Run your code to see the output here.