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

Pyyhkäise näyttääksesi valikon

book
Challenge: Grade Categorizer

Tehtävä

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".

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 3. Luku 11
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?

Kysy tekoälyä

expand
ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

book
Challenge: Grade Categorizer

Tehtävä

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".

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 3. Luku 11
Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt