x = 9; if( x != 9) { print("dda"); } else if (x == 11) { print("Lubie banany"); } else { print(9); }