Computer Science, asked by amarchahal860, 4 months ago

Q No. 9
2.
What will be result of the following
statement
boolean a= true;
boolean b = false;
System.out.println( a || b);​

Answers

Answered by starboiiii
1

Answer:

False

Explanation:

Hope you find helpful

Similar questions