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

23.
What is the correct syntax to declare a method named PrintMessage that prints a message to the console without returning any value in C#?

25.
What is the purpose of method overloading in C#?

26.
What is the correct way to declare a method named GetAbsoluteValue that takes an integer parameter num and returns its absolute value in C#?

28.
What is the correct syntax to define a method named CalculateArea that calculates the area of a rectangle with length and width parameters in C#?