using System;
public class Program
{
public static void Main()
String c ;
for (int i = 0; i < 5; i++)
Console.WriteLine("Hello World enter your name ");
c = (Console.ReadLine());
Console.WriteLine ("WELCOME TO C# " + c );
}
}// annanna