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: Jackie #2

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

Ampers: Jackie #2

wants to merge 1 commit into from

Conversation

Jackiesan
Copy link

@Jackiesan Jackiesan 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? A hash would not work for this project because a hash is a collection of paired information. Key and values are paired in a hash so there would be no way to have a different key for each word and it would not be randomized.
Did you find yourself repeating the same code? Why did you have to do it that way? I had to repeat the same code for each array in the block. They had to be separate in order for the block to run through each array.
What type of loop did you use? Why did you choose that type? I used a range loop since I knew what I wanted the beginning of the loop to be and the end determined by the value the user input at the beginning.

@Jackiesan Jackiesan changed the title Added random menu generator. Ampers: Jackie 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