Hi,
I am new to c# and I am trying to make a selection menu for what would be a snack bar. I am using a numericupdown to indicate the desired quantity for the menu items to fill an order. Does anyone have any suggestions to create a formula that would take the selected amount from the numericupdowns and calculate a total. I am attempting this on a winform app.
Thank You.