Which of the following is the correct output for the C#.NET code sn

Loading

โœช Choose the correct option.

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. 44567

Leave a Comment