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
1
Answer:
False
Explanation:
Hope you find helpful
Similar questions