• Home
  • Correct Declaration of Values to variables a and b?
Question 1:
Correct Declaration of Values to variables a and b?
A. int a = 32, b = 40.6;
B. int a = 42; b = 40;
C. int a = 32; int b = 40;
D. int a = b = 42;

These questions are from this test. Would you like to take a practice test?

C Sharp Quiz 2 | Englishfreetest.com