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

bookChallenge: Filter Even Numbers

Compito

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.

Soluzione

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 6
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

close

Awesome!

Completion rate improved to 5.56

bookChallenge: Filter Even Numbers

Scorri per mostrare il menu

Compito

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 6
single

single

some-alt