Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ampers: Lily Sky #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Ampers: Lily Sky #15

wants to merge 5 commits into from

Conversation

lillers1122
Copy link

Mood Analysis

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
Would a hash work just as well as an Array in this project? Why? No. I think hashes would be too messy for this assignment. Arrays lend themselves to holding more values and the indexing makes it easier to not have duplicate values in the final output. Key:value pairs would not work as easily for this assignment.
Did you find yourself repeating the same code? Why did you have to do it that way? I suspect that I could have done this as one big block instead of 2 looping until blocks, but when I tried to do so I ran into an infinite loop and had to backtrack.
What type of loop did you use? Why did you choose that type? I used until loops because I wanted the user to give me a number within a particular range and then I wanted to output menu items corresponding to the user's number.

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.

1 participant