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: Kaitlin Forsman #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kcforsman
Copy link

@kcforsman kcforsman commented Feb 6, 2018

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, based on what I know for hashes versus arrays, randomly picking a value for an array is more conducive to goal of this project. If I were to use a hash to organize the data, I would probably try to set key to have array for values still, but I would still be using arrays.
Did you find yourself repeating the same code? Why did you have to do it that way? yes, I needed to have the user input similar data repetitively, and then since that data is separate, I had to repeat the process on each set to get the results. Methods would likely help with the repetition in my approach.
What type of loop did you use? Why did you choose that type? times, I found it easiest to ensure there were enough elements if the user choice to create their own random menu. It prompts the user with a specific number in each category so that they won't forget to create an element.

@kcforsman kcforsman changed the title My Random Menu Ampers: Kaitlin Forsman Feb 6, 2018
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