Java enum (Enumeration) is a data type that is used when we need to represent a fixed set of constants. Unlike C/C++, the enum in Java is more powerful. Acco...