while ( EXPRESSION ) { statement; }
do { statement; } while ( EXPRESSION )
for ( initialization ; condition ; increment ) { statement; }