public static void Main()
Console.WriteLine("Please type your height into this machine ( in inches)");
height = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Please also type in your age");
age = Convert.ToInt32(Console.ReadLine());
{ if (height < 65 && age < 9);
Console.WriteLine("Sorry you are to small to ride this.");
else if ( height > 65 && age > 9);
Console.WriteLine("Enter the ride");