Question 1  of   20

What is the output of the following code? Console.WriteLine("{0:N0} to {1:N0}", short.MinValue, short.MaxValue);

A. -32,768 to 32,767
B. 0 to 65,535
C. 0 to 255
D. -128 to 127