| Feature | Feedback |
|---|---|
| Readable code with consistent indentation | |
| Practices using variables appropriately | |
| Practices using conditionals appropriately | |
| If any, practices iteration appropriately | |
| If any, practices using custom methods appropriately | |
| Program validates against input under 2 characters | |
| Takes in two numbers and an operator and can perform addition | |
| Takes in two numbers and an operator and can perform subtraction | |
| The program handles divide when attempting to divide by zero |