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);...


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);

Nov 15, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here