What will be result of the following statement
boolean a= true;
boolean b = false;
System.out.println( a || b);
Answer choices
Select only one option
O True
O False
Answers
Answered by
0
Answer:
false is the correct answer
Similar questions