Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Detect Infinite Loop | Advanced Looping: Patterns, Nesting, and Pitfalls
C# Loops Practice
セクション 3.  6
single

single

bookChallenge: Detect Infinite Loop

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt