Computer Science, asked by Sanjaykumar44kori, 6 hours ago

What will be result of the following statement
boolean a= true,
boolean b = false
System.out.println(a ll b)
Answer choices
Select only one option
O True
O Fane​

Answers

Answered by Dhaval8055
1

Answer:

True

Explanation:

It's OR operator which gives true if atleast one of it's operand is true...

I hope it helps u buddy

Similar questions