QUESTION IMAGE
Question
question 19
consider the following code:
is_fruit = \true\
is_vegetable = 0
is_dessert = false
what is the data - type of is_fruit?
o integer
o boolean
o string
Brief Explanations
The variable is_fruit is enclosed in double - quotes, which in programming indicates it is a string data type, even though its value looks like a boolean - like term.
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
C. string