plotPoint
Write a method that plots a point at (x, y) in the color given, then prints "plotted" (nothing else). This is the same visualizer.plot(x, y, color) call for every point — the interesting part is that you're calling a method WITH the right arguments, not writing any new logic. Coordinates are 0-100 on both axes, with (0,0) at the bottom-left, same as a math-class coordinate plane. New to Visualizer? See the Visualizer: Quick Reference lesson above.