Computer Science, asked by tanu131959, 3 months ago

In "Do While Loop" ,the loop will continue till the condition remains_______.​

Answers

Answered by atrs7391
1

Answer:

In "Do While Loop" ,the loop will continue till the condition remains    True    .​


tanu131959: IT'S NOT A TRUE FALSE QUESTION. YOU HAVE TO FILL THE BLANK WITH THE CORRECT ANSWER.
atrs7391: I know but this is only the answer, in a do while loop, it executes until the condition turns false
atrs7391: for example do, print xyz, n=n+1, while(n<5) so it will print xyz five times and when after adding +1+1+1+1+1+1 after five six executions it will become false and stop as n will become 6 but the condition to run it is until n is less than 5
Answered by ItzParismita
1

Answer: False

Explanation

Hope it help you

Have a nice day ahead

Similar questions