public static void Main()
Console.WriteLine("Welcome, user, to my store!");
Console.WriteLine("What is your name?");
lolo = Console.ReadLine();
Console.WriteLine("Nice to meet you " + lolo + ", I hope you have a good time in my store.");
Console.WriteLine("In this store, we sell T-shirts. Each T-shirt costs $150. Choose a color for a shirt");
cup = Console.ReadLine();
Console.WriteLine("As we said before, a T-shirt costs 150$. Choose the quantity of T-shirts you want to buy");
first = int.Parse(Console.ReadLine());
Console.WriteLine("Ok, that will be $ " + vapues + " for the " + first + " T-Shirts. They´re " + cup + " right?");
Console.WriteLine("Thank you for helping us with our business " + lolo + " we hope you have a grat day and come again back soon");
Console.WriteLine("See you another day");