Friday 12 July 2013

while loop syntax

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

Figure: while loop syntax

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

Figure: while loop flow chart

No comments:

Post a Comment