Login
Remember
Register
Ask a Question
Which of the following operators can operate on a boolean variable?
0
votes
asked
Aug 21, 2022
in
JAVA
by
sharadyadav1986
Which of the following operators can operate on a boolean variable?
1) &&
2) ==
3) ?:
4) +=
a) 3 & 2
b) 1 & 4
c) 1, 2 & 4
d) 1, 2 & 3
java
boolean-variable
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 21, 2022
by
sharadyadav1986
d) 1, 2 & 3
...