Font size:
Print
Question: How would you declare and initialize an array, palette of Color objects of size 6?
1. Color palette = new color [5];
2. Color palette [6].
3. Color [5] palette;
4. Color [] palette = new Color[6]
Prev Question What is printed by the following code fragment?...
Next Question  The documentation of a class lists a meth...