+ 1
Will it results "true" or "false" automatically? ?
2 Answers
+ 12
Yes.
According to Boolean algebra in every programming language, "Bool" is the data type.
The statement returns "1" when the given condition is true(satisfied).
The statement returns "0" when the given condition is false(dissatisfied).
+ 1
thanks mateđâșâșâș