Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
Computer Applications
Which of the following loop does not execute even once if condition is false in the beginning?
do-while
while
for
nested loop
Java Iterative Stmts
52 Likes
Answer
while
for
Answered By
5 Likes
Related Questions
When the statements are repeated sequentially a number of times in a program, the construct is known as:
View Answer
Bookmark Now
Which of the following statement is exit controlled loop?
View Answer
Bookmark Now
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