Write a program which performs the following tasks:
- Initialise an enum named weekdays which contains strings from Monday to Sunday
- Print all the elements in the enum weekdays
Reading List:
1. When should you use enums in Java programming?
2. Can we remove elements from enums? And why?