Guest User

Untitled

a guest
Feb 17th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. statements = ["kitten" , "puppies , "piglets"]
  2. ["kittens", "puppies", "piglets"].each do |animal|
  3. statement = "I love " + animal
  4. # add the statement to the statements array here.
  5. ??
  6. end
  7. puts statements
Add Comment
Please, Sign In to add comment