Question 1  of   20

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

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