static void Main(string[] args) { CountGame a = new CountGame(); Console.WriteLine(a.howMany(8, 800, 793)); Console.ReadLine(); }