public static void Main()
Console.WriteLine("How many chards did you send?");
int answer = Convert.ToInt32(Console.ReadLine());
else if (answer >= 5) && (answer <= 10)
Console.WriteLine("How many people did you buy presents?");
answer = Convert.ToInt32(Console.ReadLine());
else if (answer >= 1) && (answer <= 5)