Write a program that prompts the user for a meal: breakfast, lunch, or dinner. Then, use conditional statements to check the user’s input.
If the user selects “breakfast,” respond with a meal suggestion for breakfast. For example if the meal was “breakfast”, you could say something like, “How about some avocado on toast?”
If the user selects “lunch,” respond with a meal suggestion for lunch.
If the user selects “dinner,” respond with a meal suggestion for dinner.
If the user enters anything other than these three options, provide a message indicating that the input is not valid.