What will be the output? System.out.println(51<100 && 51>50 );
Answers
Answered by
0
Answer:
println is a Java statement that prints the argument passed, into the System. out which is generally stdout. System – is a final class in java.
Similar questions