Skip to content

Conversation

@sdbenezra
Copy link

Calculator

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
Describe how you stored user input in your program? I stored user input in variables.
How did you determine what operation to perform? I used the user input stored in the operator variable in a case statement. Depending on what the variable value was, the case statement performed operations using that variable.
Do you feel like you used consistent indentation throughout your code? Yes I think my indentation was consistent.
If you had more time, what would you have added to or changed about the program? I would have added the option for the user to request another run through the program.

@droberts-sea
Copy link

Calculator

What We're Looking For

Feature Feedback
Takes in two numbers and an operator and performs the mathematical operation. yes
Readable code with consistent indentation. yes

Great job overall! This code works well, and you've done a good job of using whitespace to break things up and keep it readable. There's a few places where organization might be improved using methods that I've called out below, but in general I'm quite happy with this submission. Keep up the hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants