int a = Convert.ToInt32(Console.ReadLine()); if (a < 0) { Console.WriteLine("jég"); } else if (a < 100) { Console.WriteLine("víz"); } else { Console.WriteLine("gõz"); } Console.ReadKey();*/