Initial commit

This commit is contained in:
YOUR NAME 2017-08-04 14:11:02 +10:00
commit 6bbbb12d61

21
new shopping.rb Normal file
View file

@ -0,0 +1,21 @@
shoppingList =[
"hummus",
"Avocado",
"ben n jerrys",
"marajuana",
"Guacamole",
strippers =
[
"candy",
"lollipop",
"jelly"]
]
shoppingList = gets.chomp.to_i.to_s
chosenItem = shoppingList[4]
chosen_Stripper = strippers[2]
puts "Want ot add an item to your Shopping list?"
puts "#{shoppingList}"
puts "The best thing to have in your tummy is #{chosenItem}"
puts "Take a wild ride with #{chosen_Stripper} in it"