public static void Main()
Console.WriteLine(x+" green bottles hanging on the wall");
Console.WriteLine(x+" green bottles hanging on the wall");
Console.WriteLine (" and if one green bottle should accidentally fall...");
Console.WriteLine("there will be " +x+ " green bottles hanging on the wall");
Console.WriteLine(x+" green bottle hanging on the wall");
Console.WriteLine(x+" green bottle hanging on the wall");
Console.WriteLine (" and if one green bottle should accidentally fall...");
Console.WriteLine("there will be " +x+ " green bottle hanging on the wall");