using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello there People!"); //Display things in the console
Console.WriteLine("My name is Jerry"); //Display things in the console
Console.WriteLine("What's your name?"); //Display things in the console
}