Quiz: Nested For Loops
Oops! The line:
Color fillColor = new Color(0, blue, gre);
in the video should be
Color fillColor = new Color(0, green, blue);
Oops! The line:
Color fillColor = new Color(0, blue, gre);
in the video should be
Color fillColor = new Color(0, green, blue);