Do While Flashcards

1
Q

do while general formula

A

do
{

}
while (

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

when do we use do while loops

A

when statement block is executed at least once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

in comments beside do we should put

A

continuation condition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly