Multiple Choice Moderate

QWhich loop is entry-controlled?

ID: #24864 Control flow in programming 7 views
Question Info
#24864Q ID
ModerateDifficulty
Control flow in programmingTopic

Select All That Apply

Tick every correct option, then press Check Answer.

  • A for
  • B while
  • C do-while
  • D Both (a) and (b)
Correct Answer

Explanation

Correct Answer:

(d) Both (a) and (b)

Explanation:

In for and while, the condition is checked before execution.

Share This Question

Challenge a friend or share with your study group.