1. list all recipes (recipe number and title) 2. enter list of recipe numbers (to calculate calories) 3. exitOption 1 simply displays all recipe numbers and titles. Option 2 prompts the user for a comma separated list of recipe numbers. It then prints the number of calories in each along with a total calories in the collection of recipes.