Which of the following is the correct output for the C#.NET code snippet given below?
Console.WriteLine(13 / 2 + " " + 13 % 2);
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment