Given:
and
checkQuality(QUALITY.A);
Which code fragment can be inserted into the switch statement to print Best?
QUALITY.A.ValueOf()
A
A.toString()
QUALITY.A
Submit