public static void Main()
static bool Application(){
Console.WriteLine("Input the number of year.");
int numOfYear = getInput();
for(int i=1; i<numOfYear; i++){
int sum = oneYear + twoYear + threeYear + overFour;
Console.WriteLine("the number of caw in year {0} is {1}", numOfYear, sum);
int input = Convert.ToInt32(Console.ReadLine());
while(input < 0 || input >= 55){
Console.WriteLine("the number n should be 0<n<55. (Input 0 to quit.)");
input = Convert.ToInt32(Console.ReadLine());