using System;
public class Program
{
public static void Main()
//Declarar
int TO;
Console.WriteLine("Introduce tipo de orden");
TO = Convert.ToInt32(Console.ReadLine());
switch (TO)
case 1:{"Hojas de hielo seco"} break;
default:
break;
}