public static void Main()
public class ConcessionStand
Console.WriteLine("Type 'Evening' if it is evening time." );
string inputString = System.Console.ReadLine();
int inputInteger = int.Parse(inputString);
if inputString = ("Evening")
Console.WriteLine("Are you a Child? Adult? or Senior?");
string inputString = System.Console.ReadLine();
int inputInteger = int.Parse(inputString);
Console.WriteLine("Do you want any snacks?? If yes, type 'Yes' if no, type 'No' ");
if inputString = ("Yes");
Console.WriteLine("We have small sodas for $3.50, a Large Soda for $5.99, hotdogs for $3.99, popcorn for $4.50 and candy for $1.99, our discounts consist of if you buy popcorn with a large soda you will receive a $2 discount for one movie ticket, 3+ for the evening people purchase a movie ticket together you will get one free bag of popcorn, and if you buy 3 boxes of candy the fourth one is on us! Please type what you would like as, 'smallsoda' or 'largesoda' or 'popcorn' and 'hotdog' lastly, 'candy' ");
int min1 = System.Math.Min(popcorn, largesoda);
int min2 = System.Math.Min(min1, totalNumTickets);
discountTotal += (min2 * 2.0)
if (matinee && numTickets >= 3 && numPopcorns >= 1)
discountTotal += popcornCost;
discountTotal = (numCandies / 4) * 1.99
Console.WriteLine("So you will now have to pay the non-evening prices which are, $63.99 for children, $6.99 for adults, and $4.50 for seniors, please state which one you are by typing 'child' 'adult' or 'senior' ")
string inputString = System.Console.ReadLine();
int inputInteger = int.Parse(inputString);
Console.WriteLine("Do you want any snacks?? If yes, type 'Yes' if no, type 'No' ");
if inputString = ("Yes");
Console.WriteLine("We have small sodas for $3.50, a Large Soda for $5.99, hotdogs for $3.99, popcorn for $4.50 and candy for $1.99, our discounts consist of if you buy popcorn with a large soda you will receive a $2 discount for one movie ticket, 3+ for the evening people purchase a movie ticket together you will get one free bag of popcorn, and if you buy 3 boxes of candy the fourth one is on us! Please type what you would like as, 'smallsoda' or 'largesoda' or 'popcorn' and 'hotdog' lastly, 'candy' ");
int min1 = System.Math.Min(popcorn, largesoda);
int min2 = System.Math.Min(min1, totalNumTickets);
discountTotal += (min2 * 2.0)
if (matinee && numTickets >= 3 && numPopcorns >= 1)
discountTotal += popcornCost;
discountTotal = (numCandies / 4) * 1.99
GetAllDiscount.Console.WriteLine();