Chapter 4: Problem 20
What values can you assign to a bool variable?
Short Answer
Expert verified
Answer: A bool variable is a type of variable used to represent true or false statements in programming and computer science. Its possible values are 'True' and 'False', which are commonly represented as 1 and 0 in programming languages.