Question #2204

What will be the output of the following VBA code?<br>Sub test()<br>x = 'institue'<br>Debug.print Format(x,'>')<br>End sub

A.
Institute
B.
institute
C.
INSTITUTE
D.
instiTUTE
Explanation

No explanation provided.