public static void Main()
Console.WriteLine( " Hello put your name for have present ");
name= Console.ReadLine();
Console.WriteLine( " Hello and welcome for the hamburgers Ruv's, "+ name +" ," );
Console.WriteLine(" The cost of the hamburger is 35 and the dinks cost 15 what are you order?");
Console.WriteLine("Put the pice of all the burgers, what are yoy pay, pleace ");
e = int.Parse(Console.ReadLine());
Console.WriteLine("Put the price of all the drinks, what are you play, pleace ");
f = double.Parse(Console.ReadLine());
Console.WriteLine("The final price is " + e + " and " + f + " is: " + sum2);
Console.WriteLine( " Thanks for buy with us "+ name+" see you son :D");