public static void Main()
Console.WriteLine("Wow, I'm so bored. Being a .NETfiddle program do be boring");
Console.WriteLine("Anyways, to kill time, tell me a number and i'll tell you if it's odd or even");
ray = int.Parse(Console.ReadLine());
Console.WriteLine("This number is even");
Console.WriteLine("This number is odd");