23.
What is the output of the following code: Console.WriteLine(5 + 7 * 2);

27.
In C#, what is the purpose of the 'static' keyword for class members?

29.
What is the correct syntax to define a method in C#?