No more class, its...... (ehem.. ehemmm.)whatt time is it.. its Christmas Vacation.
Happy Christmas to everyone.
Still learning:
The do-while Statement
- the do-while loop puts Boolean expression after the body of loop
- body will be always executed at least once
- if Boolean expression is TRUE, the loop will continue
- useful for selected applications
- example: read input and check if valid

No comments:
Post a Comment