7.1.2 Usage of if and if-else in the exam

thumb
boolean flag = false; if( flag ) ; else System.out.println("false"); }
Status:
Fixed
Fixedinbuild:
1.13
Newtext:
boolean flag = false; if( flag ) ; else System.out.println("false");
Comments:
Closing curly brace at the end should be removed.
Reportedby:
Username987654

 Back