When do you NOT use a String? To store color values. To store a word. To store decimal values. To store values NOT used for calculations.
Answers
Answered by
2
-To store color values
Answered by
0
To store color data type values, String not used.
Explanation:
- The String data type comprises of character values in sequences.
- 'Java's Color data type' means color values by using the 'RGB color model' where color is specified by three integer values (each of one among 0 and 255) that show the depth of the red, green, and blue elements of the color.
- Other color values are got by mixing the red, blue and green components. The Color data type has a constructor that takes three integer arguments.
To know more
Is String a composite data type in JAVA?
https://brainly.in/question/3043880
What are data types in python and why are they important?
https://brainly.in/question/7663699
Similar questions