+ 3
Is that right?
Is that right: True &&True = True False && False = False True || True = True False || False = False ???
8 Answers
+ 2
yes that is correct
+ 4
Yes, but there are some other cases:
True&&False=False
True||False=True
and vice versa.
+ 2
Example:
x>50 and x<70
In case that x=80, the result is false
Got it??
+ 1
why is True&&False = False ?
+ 1
Because if you use && both conditions must be true
+ 1
ok thx :D
+ 1
yes :) thx
+ 1
You're welcomeđ