C) else or else if is optional with if statement. D) None of the above Answer [=] 11) Choose a correct C Statement using IF Conditional Statement. A) if( condition ) { //statements; } B) if( condition ) { //statements; } else { //statements; } C) if( condition1 ) { //st...