Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 674 Bytes

feedback.md

File metadata and controls

16 lines (14 loc) · 674 Bytes

Calculator

What We're Looking For

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