Q. Choose the correct syntax of Java IF statement below. (A) if(condition) //statement (B) if(condition) { //statement } (C) if(condition) { //statement1 //statement2 } (D) All ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All