Question 1  of   20

What is the output of the following code? var a = ('A' > 'B'); Console.WriteLine(a.GetType().Name);

A. Boolean
B. Char
C. Object
D. String