using System;
public class Program
{
public static void Main()
int n=10, i=0;
while (i<5){
i++;
Console.WriteLine("Hello World");
}}
}