Search
You are given an array with the names of people. The task is to print "Good Morning name-of-the-person" for each person. Solve this problem using map. Don't use puts inside the method greet.
map
puts
greet