Question 1  of   20

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

A. Double
B. Int32
C. String
D. Int64