示例#1
0
 public static void Program17()
 {
     Console.WriteLine("Number Letter Count:");
     Console.WriteLine("Enter the maxLimit:");
     Console.WriteLine("Sum of letter: " + Program2to20.AllNumberLetterCount(Convert.ToInt32(Console.ReadLine())));
 }