I'm in a beginner programming class, and our assignment is to create basic drawings using loops. I'm trying to recreate
this picture. I have a few question:
- For the colored circle drawing, how do I add the color? I got the shape but can't figure out how to add the color.
- In the third drawing (going clockwise from the top left), how do I do that? I'm completely lost on that one.
- How do I create multiple rows of squares? Such as the checker board?
- In addition, how do I add color to those rows of squares? Specifically, the checker board and random color grid.
- With the oval on the bottom left, how do I create that? Whenever I try to do it, it comes out as a weird circle. How do I change the X AND Y variables in a loop to create that oval?
Note: I've use 'for'' loops for most of the drawing, if that helps you.
1