using System;
public class Program
{
public static void Main()
string integer = "7";
Console.WriteLine("Hello World");
Console.WriteLine("Coding is so cool");
Console.WriteLine("This is .NETFiddle");
Console.WriteLine("This is the number " + integer);
}