public static void Main()
string subtotal, iva, total;
Console.WriteLine(" Introduce el nombre: ") ;
Console.WriteLine(" Calcula el subtotal: ") ;
subtotal = System.Console.ReadLine();
Console.WriteLine(" Introduce el nombre: ") ;
Console.WriteLine(" Saca el iva: ");
iva = System.Console.ReadLine().ToUpper() ;
Console.WriteLine(" Introduce el nombre: ") ;
Console.WriteLine(" Calcula el total: ") ;
total = System.Console.ReadLine().ToUpper();