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