What is the order of variables in Enum?
(a) Ascending order
(b) Descending order
(c) Random order
(d) Depends on the order() method
The question was posed to me in homework.
I'd like to ask this question from Data Type-Enums in portion Data Types, Variables and Arrays of Java