Skip to content

Conversation

nbrandolini
Copy link

Calculator

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
Describe how you stored user input in your program? In variables
How did you determine what operation to perform? Based on user input
Do you feel like you used consistent indentation throughout your code? I believe so, I also used Atom Beautify extension and "Command i"
If you had more time, what would you have added to or changed about the program? I would have try to add another variable to ask user for more operations. Also, I couldn't fix the loop in the division.

@tildeee
Copy link

tildeee commented Feb 12, 2018

Calculator

What We're Looking For

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

Good job! The calculator is functional in the ways we expect.

Good job using until loops to check user input.

Overall looks great and how I expected :)

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