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

bookChallenge: Detect Infinite Loop

Tarefa

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.

Solução

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 6
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

Awesome!

Completion rate improved to 5.56

bookChallenge: Detect Infinite Loop

Deslize para mostrar o menu

Tarefa

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.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 6
single

single

some-alt