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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!