Question: Demonstrate that accidentally placing a semicolon after the right parenthesis of the condition in an if statement can be a logic error. if (3 ==
Demonstrate that accidentally placing a semicolon after the right parenthesis of the condition in an if statement can be a logic error.
if (3 == 5); {
System.out.println("3 is equal to 5");
}
Step by Step Solution
3.42 Rating (168 Votes )
There are 3 Steps involved in it
jshell if 3 5 ... View full answer
Get step-by-step solutions from verified subject matter experts
