Kotlinlearncs.online LogoJava
Return to List

Solve: String Splotion

Imported By: Geoffrey Challen
/ Version: 2021.5.0

Given a non-empty string like "Code" return a string like "CCoCodCode".

fun stringSplosion(input: String): String {
return "" // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: