Skip to content

Conversation

@KatherineJF
Copy link

Random Menu Generator

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
For the places where arrays were used, could using a hash work? Could it work easily? Why or why not? Hash positions aren't indexed so it is difficult to iterate over them and logically select a random value
Did you find repetitions of the same or similar code? Why did you have to do it that way? I don't think I repeated my code
Did you use any loops? If so, how did it help solve a problem? Used a while loop with index starting at 1 to avoid printing "0" in the list as index value became list counter.

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