public static void Main()
Console.WriteLine("Enter your age");
int x = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Enter your weight");
int y = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("All requirements match you can donate blood");
Console.WriteLine("You have to be 50kg or above to donate");
Console.WriteLine("You have to be 18 years or above to donate.Just " +x1+ " years to go");