Command-line calculator
Read expressions like `3 + 4`, handle every operator, refuse division by zero, and keep going until the user types q.
Milestones
- Add two numbers
- Pick the operator
- Guard against bad input
- Keep calculating until q
Read expressions like `3 + 4`, handle every operator, refuse division by zero, and keep going until the user types q.