public static void Main()
Console.WriteLine("What is your age?");
vAge = int.Parse(Console.ReadLine());
Console.WriteLine("How many doctor consultations have you had in a year?");
vConsultations = int.Parse(Console.ReadLine());
Console.WriteLine("You should be vaccinated");
Console.WriteLine("You don't have to be vaccinated");
Console.WriteLine("You should be vaccinated.");
Console.WriteLine("You don't have to be vaccinated.");