Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ##### Problem 1
  2. Given the array, `names = ["Chris: 1", "Sean: 2", "Hank: 3", "Phil: 4", "Alex: 5"]`, and an empty array `reversed_names = []` iterate through the `names` array, and populate the `reversed_names` array in reverse order.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement