Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Detect Infinite Loop | Section
C# Loops Practice
Sectionย 1. Chapterย 18
single

single

bookChallenge: Detect Infinite Loop

Swipe to show menu

Task

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.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Sectionย 1. Chapterย 18
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt