Computer Science, asked by kishoremaniv8db, 2 months ago

The___________loop is a variant of while loop​

Answers

Answered by MrTSR
2

\sf\underline{Answer}

The do-while loop is a variant of while loop.

\sf\large\underline{❛do-while❜\:loop}

In this case the statements are executed first   & then the condition is checked.

\sf\underline{Syntax:}

do

{

statement1;

statement2;

}

while(condition);

Similar questions
Math, 9 months ago