Problem 3 - Discussion
Write a narrative discussion about the Circle and Game constructors you coded.
Discuss how you would implement standard constructors, e.g., "new Circle(4)" to support the two different ways that are required to construct these objects.
When considering the two problems, what are the advantages or disadvantages of static factory methods vs standard constructors?
This can be simple discussion -- a couple short paragraphs.