Array667
Given an array of integers, return the number of times that two 6's are next
to each other in the array. Also count instances where the second "6" is
actually a 7.
This exercise was converted to PLM from the excellent exercising site
http://codingbat.com/