Question 1  of   20

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

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