Take a look at the provided code template and the TODOs.
In App.java:
- Create an array of shapes
- Describe each shape's properties using pattern matching
- "Draw" each shape
Please add comments where you apply polymorphism and describe your approach!
Extra challenge: You may adapt the draw methods with nicer shapes / take the measurements into account.