Q. Which of the following is the correct output for the C#.NET code snippet
given below?
Code:
given below?
Console.WriteLine(13 / 2 + " " + 13 % 2);
β
Correct Answer: (D)
6 1
Console.WriteLine(13 / 2 + " " + 13 % 2);
You must be Logged in to update hint/solution