If Statements can work with strings too!
Read the following program then try it:
Notice that putting the comparison you want in quotes is how you can compare string values to a string variable (answer). It will check for exactly what is in the quotes and compare it to your variable.
You can also compare multiple things with BOOLEAN OPERATORS (and, or, not). These will be in blue if you type them correctly. They are case sensitive!
Lesson 4 Assignment:
Make a calculator program that does the following:
BONUS: Do all this in 12 lines or less