-
Which of the following statements are false?
-
- bool cannot be used as the type of the result of the function
- bool can have two values and can be used to express logical expressions
- a bool value can be used in arithmetic expressions
- bool can be converted into integers implicitly
- None of these
Correct Option: A
* Booleans(bool) can have two values and can be used to express logical expressions.
* A Booleans(bool) value can be used in arithmetic expressions.
* Booleans(bool) can be converted into integers implicitly.