if (condition) { true task } if (3 > 4) { System.out.println("3 is bigger") } if (4 > 3) { System.out.println("3 is bigger") }