Visual Basic
Drawing Worksheet #2
Name -

1. Write a code segment that draws two unfilled, concentric circles in such a way that the one circle fits inside of the outer circle. The inner circle is red with a top left corner of 100, 100 and the outer circle is blue with a top, left corner of 0, 0.


















2. Write a code segment that draws three squares that are the same size and are adjacent to each other horizontally. The middle square should be filled with the color black while the other two should only have a black border.