Chapter 3: Problem 20
What values can you assign to a bool variable?
Short Answer
Expert verified
Answer: A bool variable can only have two possible values: True and False. These values represent the truth values in logic and binary algebra.