QUESTION IMAGE
Question
question 18 consider the following code: is_fruit = \true\ is_vegetable = 0 is_dessert = false what is the data type of is_dessert?
Brief Explanations
In programming, False is a boolean - value. Boolean data types have two possible values: True and False. Here, is_dessert is assigned False, so its data type is Boolean.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. Boolean