Introduction to C# quiz

How can you print the value "12" on the screen in C#?
Printf(12);
Console.Log(12);
Console.Write(12);
Alert(12);
What is the output of this code? Int a = 4; int b = 6; b = a++; Console.WriteLine(++b);
4
5
6
7
{"name":"Introduction to C# quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"How can you print the value \"12\" on the screen in C#?, What is the output of this code? int a = 4; int b = 6; b = a++; Console.WriteLine(++b);","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker