Study Material
Computer Applications
Which of the following loop checks the condition first and then execution begins?
do-while
do
while loop
for
Java Iterative Stmts
30 Likes
Answer
while loop
for
Answered By
3 Likes
Related Questions
To execute a loop 10 times, which of the following statement satisfies:
View Answer
Bookmark Now
Which of the following statement uses multiple branches?
View Answer
Bookmark Now
To find the sum of whole numbers upto 10, a loop runs:
View Answer
Bookmark Now
How many times the loop, for (i=1; ;i++), will execute, if there is no statement to terminate the loop?
View Answer
Bookmark Now