Friday 12 July 2013

do while loop syntax

C++ "do while loop" contains following elements.
  • Test expression
  • Increment expression
  • Loop body
 
Figure: do while loop

The operation of "do while loop" is explained by using flow chart.

Figure: do while loop flow chart

No comments:

Post a Comment