Step by step learning
What will be in the output?
if (5 && 6) { System.out.println("True"); } else { System.out.println("False"); }
True
Compilation error.
False
Please log in or register to have a possibility to add comment.
Please log in or register to have a possibility to add comment.