Change the code, paying special attention to switch statement cases, by modifying the EnumSet enumSet variable by interpreting the case string. You do not have to write any I/O statements.
Note: the letters in the enum Alphabets are arranged alphabetically. The elements of the enumSet in each case must also be in alphabetical order.
Tip: No need to import classes — you just have to store the results in the enumSet variable.