Kotlinlearncs.online LogoJava
Return to List

Homework: String Bits

Imported By: learncs.online Staff
/ Version: 2021.4.0
/ Adapted from CodingBat

Given a String, return a new String made of every other char starting with the first, so "Hello" yields "Hlo".