lenelex.com
Home
Quizzes
Games
Register
Log in
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
Links:
double