public static void Main(string[] args)
Console.WriteLine("Please enter a letter A-E");
string x =Console.ReadLine();
Console.WriteLine("The capital city of England is London");
Console.WriteLine("The capital city of Scotland is Edinburgh");
Console.WriteLine("The capital city of Wales is Cardiff");
Console.WriteLine("The capital city of Northern Ireland is Belfast");
Console.WriteLine("This is not a country in the UK.");