static void Main(string[] args) { BritishCoins x = new BritishCoins(); Console.WriteLine(x.coins(0)); Console.ReadLine(); }