0
What does OR mean??
Wish I could highlight for reminders.
5 Respostas
+ 2
OR means Logical-OR
X || Y = Z
X OR Y = Z
X. Y. Z.
True. True. True.
True. False. True.
False. True. True.
False. False. False.
.
That is, when either of the operands of OR are true.. It returns true
+ 1
for better reminding OR ; imagine two(or more) parallel wires which is connected to a lamp
* wires are like statements and lamp is the result
when the lamp is light , means the result is True.
if just one of them (wires) be connected(being true) the lamp will be lightening(result would be True)
the only way you can turning off the lamp is to cut both wires. (both statements should be False)
- 1
and != or != not haha
- 1
Moto 😒
- 1
sorry, I swear I wanted to help, but I can hardly write in english 😩