Assume that you have two variables declared as int var1 = 3; and int var2 = 8;
Which of the following would display 838?
a. WriteLine("{0}{1}{2}", var1, var2);
b. WriteLine("{0}{1}{0}", var2, var1);
c. WriteLine("{0}{1}{2}", var2, var1);
d. WriteLine("{0}{1}{0}", var1, var2);
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here