What is the color of the line, which is drawn by the following code snippet? grph.setColor(Color.red.green.yellow.red.cyan); grph.drawLine(0, 0, 100,100);
Reveal answer
Fill a bubble to check yourself
What is the color of the line, which is drawn by the following code snippet? grph.setColor(Color.red.green.yellow.red.cyan); grph.drawLine(0, 0, 100,100);