Question 1  of   20

What is the result of the following code fragment? int a = 3, b = -2; Console.WriteLine(a - b);

A. -5
B. 0
C. 1
D. 5