What we can use instead of logical or( || ) operator in java.
Please give right answer.
Answers
Answered by
0
Answer:
For absolute beginners, & is used to represent AND logic operation in Java and | is used to represent OR logic operation. If we use only one & or | then it's known as “bitwise AND” and bitwise OR operators and if we use double && or || then it's known as logical or short-circuit AND and OR operators.
Explanation:
I have given the correct answer ...
In return ,
In return ,Please mark this as the brainliest answer and please follow me
Similar questions