using System;
public class Program
{
public void Main()
Example();
Console.Write(" of a user defined.\n");
AnotherExample();
}
public void Example()
Console.Write("This is an example");
public void AnotherExample()
Console.Write("This is another example");