public static void Main()
Console.WriteLine("The rocket will launch in 1 second");
Console.WriteLine("The rocket will launch in 0 seconds");
Console.WriteLine("The rocket is launched");
Console.WriteLine("The rocket will launch in " +" "+ counter+" " + "seconds");