static void Main(string [] args)
Console.Write("ponga un numero");
int = num1 int.Parse(Console.ReadLine());
Console.Write("ponga otro numero");
int = num2 int.Parse(Console.ReadLine());
Console.Write("ponga otro numero");
int = num3 int.Parse(Console.ReadLine());
int comparacion1 = num1 < num2 < num3
int comparacion2 = num1 > num2 > num3
Console.WriteLine("el numero menor es:" + comparacion1)
Console.WriteLine("el numero mayor es:" + comparacion2)