Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Detect Infinite Loop | Advanced Looping: Patterns, Nesting, and Pitfalls
Quizzes & Challenges
Quizzes
Challenges
/
C# Loops Practice

bookChallenge: Detect Infinite Loop

Oppgave

Swipe to start coding

You are given a loop that is intended to print the numbers from 1 to 5. However, the loop contains a logic error that causes it to run infinitely. Your task is to correct the loop so it prints each number from 1 to 5 exactly once.

  • The function must ensure that the loop variable progresses so the loop eventually terminates.
  • The function must print the numbers 1 through 5, each on a separate line.

Løsning

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. 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: Detect Infinite Loop

Sveip for å vise menyen

Oppgave

Swipe to start coding

You are given a loop that is intended to print the numbers from 1 to 5. However, the loop contains a logic error that causes it to run infinitely. Your task is to correct the loop so it prints each number from 1 to 5 exactly once.

  • The function must ensure that the loop variable progresses so the loop eventually terminates.
  • The function must print the numbers 1 through 5, each on a separate line.

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 3. Kapittel 6
single

single

some-alt