Given this enum declaration: (Exhibit) Examine this code: System.out.println(Letter.values()[1]); What

By | January 1, 2023

Given this enum declaration:

Examine this code:
System.out.println(Letter.values()[1]);
What code should be written at line 5 for this code to print 200?

Correct Answer: C