Java program
Write a Java program that draws the figure below using turtle graphics. Your program will not draw the grid, which is shown here only to help you measure the size of the figure (each grid square is 10 turtle steps long). Make sure your code is modular: organize the different components to be drawn in […]