11.
What is the purpose of the out keyword in C# method parameters?

13.
What is the correct way to define a method named PrintMessage that does not take any parameters and does not return any value in C#?

14.
What is the purpose of method parameters in C#?

15.
What is the correct way to define a method named GetSquare that takes an integer parameter num and returns its square in C#?

16.
What is the purpose of the static keyword when applied to a method in C#?

17.
What is the correct way to define a method named CalculateSum that takes two integers as parameters and returns their sum in C#?