+ 3

Is that right?

Is that right: True &&True = True False && False = False True || True = True False || False = False ???

8th Jul 2017, 9:56 AM
ZAIMON
ZAIMON - avatar
8 Answers
+ 2
yes that is correct
8th Jul 2017, 10:00 AM
vaibhav
+ 4
Yes, but there are some other cases: True&&False=False True||False=True and vice versa.
8th Jul 2017, 10:00 AM
Ledio Deda
Ledio Deda - avatar
+ 2
Example: x>50 and x<70 In case that x=80, the result is false Got it??
8th Jul 2017, 10:05 AM
Ledio Deda
Ledio Deda - avatar
+ 1
why is True&&False = False ?
8th Jul 2017, 10:02 AM
ZAIMON
ZAIMON - avatar
+ 1
Because if you use && both conditions must be true
8th Jul 2017, 10:03 AM
Ledio Deda
Ledio Deda - avatar
+ 1
ok thx :D
8th Jul 2017, 10:04 AM
ZAIMON
ZAIMON - avatar
+ 1
yes :) thx
8th Jul 2017, 10:06 AM
ZAIMON
ZAIMON - avatar
+ 1
You're welcome👍
8th Jul 2017, 10:06 AM
Ledio Deda
Ledio Deda - avatar