What will any variable evaluate to if it is of Boolean data type?
True
Nil
False
Either True or False
Correct Answer: D — Either True or False
Explanation:
Boolean data types will give the value either as True or False depending on the condition.