Math Game
It is a fun little Console based Math Game.
This implements some key learning points for me including:
- Enums
- Parsing Enums
- Randomly selecting an Enum
- Use of Switch Case
- Methods
- Classes
- DRY principle (far from perfect but a significant improvement)
- Refactoring to remove the ability to divide by 0
- Refactoring to always present the large number first in a division