array.each do |item|
  puts "The current array item is: #{item}"
end