weeks1to2/array/new shopping.rb
2017-08-14 11:34:33 +10:00

21 lines
446 B
Ruby

shoppingList =[
"hummus",
"Avocado",
"ben n jerrys",
"marajuana",
"Guacamole",
l =
[
"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"