Iterating over enum values

Report a typo

What is the correct way to iterate over all the values of the following enum named Color?

public enum Color {
   RED,
   GREEN,
   BLUE
}

Select one option from the list
___

Create a free account to access the full topic