Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Checking if a Number is Even and Positive | Conditional Statements
Introduction to JavaScript

Pyyhkäise näyttääksesi valikon

book
Challenge: Checking if a Number is Even and Positive

Tehtävä

Swipe to start coding

Write a program that checks whether a given number is even and positive.

  • Use an if statement with the && operator to check if num is:
    • Greater than 0.
    • Even (divisible by 2).
  • If both conditions are true, print: "The number is positive and even.".
  • Otherwise, print: "The number does not meet the criteria.".

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 13

Kysy tekoälyä

expand
ChatGPT

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

book
Challenge: Checking if a Number is Even and Positive

Tehtävä

Swipe to start coding

Write a program that checks whether a given number is even and positive.

  • Use an if statement with the && operator to check if num is:
    • Greater than 0.
    • Even (divisible by 2).
  • If both conditions are true, print: "The number is positive and even.".
  • Otherwise, print: "The number does not meet the criteria.".

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 13
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