if (x == 3) { x += 1; System.out.println("bye"); } else { System.out.println("toodels"); }