10.8k views
5 votes
Three of the following values could be stored as strings. When would you NOT use a string command? O To store a word. O To store values NOT used for calculations. O To store decimal values. O To store a list of colors.​

User Emiliano
by
5.1k points

1 Answer

6 votes

Answer:

To store decimal values

Step-by-step explanation:

Decimal values are considered a float data type, not a string, so if the question is asking for the only thing that couldn't be stored as a string, it would be a decimal value.

Decimals can be stored as a string in certain situations, but it would have no value in a mathematical equation.

User Gerobk
by
5.1k points