Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Filter Even Numbers | While and Do-While Loops: Control and Flexibility
Quizzes & Challenges
Quizzes
Challenges
/
C# Loops Practice

bookChallenge: Filter Even Numbers

Oppgave

Swipe to start coding

Write a function that prints only the odd numbers from the provided array using a while loop and the continue statement.

  • Loop through each element in the numbers array using a while loop.
  • Use the continue statement to skip any even numbers.
  • Print each odd number to the console.

Løsning

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 6
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

close

Awesome!

Completion rate improved to 5.56

bookChallenge: Filter Even Numbers

Sveip for å vise menyen

Oppgave

Swipe to start coding

Write a function that prints only the odd numbers from the provided array using a while loop and the continue statement.

  • Loop through each element in the numbers array using a while loop.
  • Use the continue statement to skip any even numbers.
  • Print each odd number to the console.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 6
single

single

some-alt