First page
Back
Continue
Last page
Graphics
; needed
On the other hand, if you use only one statement and don't put it inside a set of curly braces, the ; IS needed.
if ( y > 10 )
cout << “y = “ << y << endl ;