Question 1  of   20

What is the output of the following code? var a = 9.99m; Console.WriteLine(a.GetType().Name);

A. Double
B. String
C. Decimal
D. Modulus