Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 1-4 a variable can contain all of the following information te…

Question

question 1-4
a variable can contain all of the following information
text and number
color and boolean
text and boolean
text, number, boolean, and color

Explanation:

Brief Explanations

In programming, variables can store different data - types. Text (strings), numbers (integers, floats etc.), boolean values (True/False), and in some cases color - related information can be stored in variables.

Answer:

D. Text, Number, Boolean, and Color