Q.

Which of the following is the correct output for the C#.NET code snippet given below? Console.WriteLine(13 / 2 + " " + 13 % 2);

A. 6.5 1
B. 6.5 0
C. 6 0
D. 6 1
Answer» D. 6 1
1.8k
0
Do you find this helpful?
9

View all MCQs in

C# Programming

Discussion

No comments yet

Related MCQs