Changing Default Values of Enum Elements

# Introduction In this lab, you need to create an enum called `seasons` with the values `spring`, `summer`, `autumn`, and `winter`, assign the integer `-2` to `summer`, declare an enum variable `season1` while defining the enum, assign `spring` to `season1` in `main()` and print it, then change the value of `season1` to `summer` and print it, and finally print the next two enum values.

|60 : 00

Click the virtual machine below to start practicing