public static void Main()
Console.Write("Enter number of your month: ");
month = int.Parse( Console.ReadLine() );
for( byte i =1; i <= 5; i++) {
Console.Write("your guees: ");
guess = int.Parse( Console.ReadLine() );
Console.WriteLine("you win");
Console.WriteLine("your Score {0}", score);
Console.WriteLine(" Try Again");