In the code below, you can see two classes: the outer class Employee and the nested class Uniform. The uniform should perfectly match the employee's clothes size.
Complete the printUniformInfo function, which should output a single line of the following format — "The employee wears a COLOR TYPE in size SIZE" with the uniformColor value instead of COLOR, the uniformType value instead of TYPE, and the clothesSize value instead of SIZE.