Computer Science, asked by bindushree1, 1 month ago

What will be the output? System.out.println(51<100 && 51>50 );

Answers

Answered by RuokPS999
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