Home » C# Programming » Operators

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

Correct Answer: 6 1

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion