Computer Science, asked by sahpreety58, 11 months ago

the loop that will execute at least one time​

Answers

Answered by HARSH1510
0

Answer:

If you want to execute something only once, then why would you like to put

that in a loop? You can execute it normally without loop.

If you wish to execute for a specific condition, then you can use condition

checking (if-else) statements

Similar questions