0
What is the meaning of "False or True"
8 ответов
+ 1
you can use true and false as a result of a question..
For Ex: If I say are you a human you answer true!
so this is the concept of true and false
AND in programming...
print(2==3)..... that means does 2=3?
CPU answers... False!
I hope it be clear to you
0
True and false are the values that can be assigned to a boolean.
0
True means it's true , false means it's false.. really no other description should be needed
0
No offense to anyone but if that is too elaborate then maybe programming isn't right for you
0
In the course under "Control Structures" the first point, there's an explanation which is very clear.
0
actually what will be the result?
0
of what
0
It is boolean logic, the example means that the answer can only be true or false.