Create a program that takes the quantity of steaks, pasta, and salads ordered and outputs the order in the format.
Three lines of input, each containing the quantity of steaks, pasta, and salads ordered.
Line 1: quantity of Steak
Line 2: quantity of Pasta
Line 3: quantity of Salad
A single line indicating the order, formatted as "YOUR MEAL: {items}.", where {items} is a comma-separated list of the ordered items.