Single Choice Easy

QWhich type of loop repeats a set of statements as long as a specified condition is true?

ID: #19962 Computer programming 105 views
Question Info
#19962Q ID
EasyDifficulty
Computer programmingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A For Loop
  • B While Loop
  • C Do-While Loop
  • D Switch Loop
Correct Answer

Explanation

A While Loop in programming repeats a set of statements as long as a specified condition is true. It continuously executes the statements until the condition becomes false.

Share This Question

Challenge a friend or share with your study group.