AltPairs

Given a string, return a string made of the chars at indexes 0,1, 4,5, 8,9 ... so "kittens" yields "kien".

This exercise was converted to PLM from the excellent exercising site http://codingbat.com/