Question 1  of   20

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

A. Double
B. Function
C. Int64
D. Single