?
2015-07-22 16:07:11 UTC
while (expression)
{
statements;
increment or decrement operator;
}
For a do-while loop, does the syntax format also carry an increment/decrement operator?