I have a Lab due later today which implements Looping and Conditionals.
The directions are: You are writing a program that will fill up the screen with 2 alternating shapes. Each row must start with a different shape. The shape cannot be truncated at the edge of the screen; rather it must fit. When the screen is filled, display the total count of the number of shapes.
I don't really have any clue on where to begin.. I have a triangle and rect that I want to use for the 2 shapes, but I am stuck, at the very beginning of this lab.
Any help possible would be greatly appreciated at this point.
1