if(3 < 2) { if(5 < 3) { print("a"); } else { print("b"); } print("c"); } elseif(2 < 2) { print("d"); } else { print("e"); }