public static void Main()
Console.WriteLine("Hi! Please type a number from 1-75 and I'll tell you if it is even or tif it is odd.");
N = int.Parse(Console.ReadLine());
Console.WriteLine("The number is out of range, start again.");
Console.WriteLine("This number is even");
else if (N % 1 ==N || N%N==0)
Console.WriteLine(" This number is odd");