Question: Question 6 Given that string v1 = hello and string v2 - world, which of the following choices would exactly display hello world? O A.
Question 6 Given that string v1 = "hello" and string v2 - "world", which of the following choices would exactly display "hello world? O A. Console.WriteLine("{1} {0}" + v1, v2) 8. Console.WriteLine("{1) (2)". V1, V2X; OC. Console.WriteLine(v1v2); OD. None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
