Creating Enum Class - Size

# Introduction In this lab, you need to create an enum class called `Size` with constants `SMALL`, `MEDIUM`, `LARGE`, and `EXTRA_LARGE`, and a method called `getSize()` that returns the size as a `String`, and then print the result of `Size.MEDIUM.getSize()` in the `Main` class.

|60 : 00

Click the virtual machine below to start practicing