AltPairs

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

Questo esercizio รจ stato convertito per PLM dall'eccellente sito di esercizi http://javabat.com/