Assignment 8: Fake Siri
Description
Siri is an application that interprets what the user says and tries to complete an action.
Task
Create a program that asks the user what they want to do. If in their response they write the following words open the associated application.
Example:
User might write, "I need to create an essay." In this case open Microsoft Word for them.
User might write, "Open excel." In this case open Microsoft Excel for them.
Hint: Make use of Contains conjunction with the user's response.
Post a screen capture of your program being executed a couple of times.
Post a screen capture of the code.