Selection Structure and Conditions code example Example: Selection Structure and Conditions for (int i=0; i<=20; i+=4) { System.out.print(i + " "); }