if( x = 2 ) { int i = 100; int j = 1; while( i > 0 && j > 0 ) { doComplicateStuff1(); doComplicateStuff2(); } doComplicateStuff3(); } tab tab tab tab