plz answer the question....
Attachments:
Answers
Answered by
2
Answer:
Logical Operator OR ||
It returns true when atleast one of the condition is true
if(a > b)
System.out.println(a);
else if(a > c)
System.out.println(a);
Answered by
6
Answer:
> Greater-than sign
|| logical OR
Explanation:
If a is greater-than b OR a is greater-than c
Print a
Similar questions
Social Sciences,
5 months ago
Geography,
5 months ago
Math,
5 months ago
English,
10 months ago
Math,
10 months ago