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 || b);
Answer choices
Select only one option
O True
O False​

Answers

Answered by ItzCuteManjeet
0

Answer:

false is the correct answer

Similar questions