These are looping statements where the increment/decrement is evaluated right after the condition is executed.
Select one:
a. Do While
b. None of the choices
c. While
d. For
Answers
Answered by
1
c. while
The conditions is checked first and if it evaluates to be true then the increment/decrement will be executed.
The conditions is checked first and if it evaluates to be true then the increment/decrement will be executed.
Answered by
0
c. While is the right answer for the given question.
The looping statements where the increment/decrement is evaluated right after the condition is executes is while.
Therefore, C. While is the correct option out of given four options, rest all are eliminated.
The explanation is because the condition is checked at first.
If it evaluates to be true only then the increment/decrement will be executed.
Similar questions