In C# the Correct Declaration of Values to variables ‘x’ and ‘y’?April 6, 2019 Marwa KhanIn C# Programming Mcqs, Programming McqsLeave a Comment on In C# the Correct Declaration of Values to variables ‘x’ and ‘y’? A. int x = 32, y = 40.6; B. int x = 42; y = 40; C. int x = 32; int y = 40; D. None of these