Notes for March 1, 2017 ----------------------- How do we create a command processor? 1. Have a bunch of functions to call 2. Give the user a prompt message 3. Get an input 4. Do the correct function 5. Show an error for illegal commands 6. Repeat until user decides to quit.