Which of the following loop does not execute even once if the condition is false in the beginning??
Options
a) do while loop
b) while loop
c) for loop
d) nested loop
Please answer fast...
Answers
Answered by
4
Answer:
A
Explanation:
I think it is A, because the program will DO the operation only if the statement in WHILE is correct..
Answered by
0
while loop is executed once before the condition is checked. Its syntax is: do { // body of loop; } while (condition); ... If the condition evaluates to true , the body of the loop inside the do statement is executed again.
Similar questions
Computer Science,
2 months ago
Math,
2 months ago
Science,
4 months ago
Environmental Sciences,
4 months ago
English,
10 months ago
Psychology,
10 months ago