Advertisements
Advertisements
Question
In the _____ loop, body of the loop always executed at least once before the condition can be executed.
Options
For
While
If
Do while
MCQ
Fill in the Blanks
Solution
In the do while loop, body of the loop always executed at least once before the condition can be executed.
shaalaa.com
Looping / Repetitive
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following is not a looping statement?
Which part of the loop statement determines the number of times, the loop will be iterated?
What is called a loop and what are its types?
Differentiate between while and do while statements.
Explain for loop with example.
Write a Java Script program using while statement to display 10 numbers.