While and Do-while
while ( ) {
}
do {
} while ( );
action
action
expression
expression
Next slide
Back to first slide
View graphic version