Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Grade Categorizer | Conditional Statements
Introduction to JavaScript

Swipe to show menu

book
Challenge: Grade Categorizer

Task

Swipe to start coding

Write a program which takes a student's score and outputs an alphabetical grade for it.

Use if, else if, and else clauses to categorize the grade based on the given ranges:

  • If the grade is 90 or higher, print: "Grade: A".
  • If the grade is between 80 and 89, print: "Grade: B".
  • If the grade is between 70 and 79, print: "Grade: C".
  • If the grade is between 60 and 69, print: "Grade: D".
  • If the grade is below 60, print: "Grade: F".

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 11

Ask AI

expand
ChatGPT

Ask anything or try one of the suggested questions to begin our chat

book
Challenge: Grade Categorizer

Task

Swipe to start coding

Write a program which takes a student's score and outputs an alphabetical grade for it.

Use if, else if, and else clauses to categorize the grade based on the given ranges:

  • If the grade is 90 or higher, print: "Grade: A".
  • If the grade is between 80 and 89, print: "Grade: B".
  • If the grade is between 70 and 79, print: "Grade: C".
  • If the grade is between 60 and 69, print: "Grade: D".
  • If the grade is below 60, print: "Grade: F".

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 11
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt