Question
Easy

........... is an entry controlled loop.

1
For
2
Do while
3
If-then
4
Case
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation

The correct option is (1): The For loop is a classic example of an entry-controlled loop, which is also commonly referred to as a pre-test loop. The crucial characteristic of an entry-controlled loop is that the loop's continuation condition is evaluated before the block of code inside the loop is executed for any iteration, including the very first one. In the structure of a for loop, the initialization, condition, and…Read More

Is an entry - HTET Level 3 | Clear Cutoff