A Admin • 831.35K Points Coach Q. Choose a wrong statement on Java IF-ELSE syntax below. (A) if(condition) //statement1 else //statement2 (B) else //statement2 (C) if(condition1) //statement1 else if(condition2) //statement2 (D) if(condition1) //statement1 else if(condition2) //statement2 else //statement3 Correct Answer - Option(B) Views: 19 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.