Kotlinlearncs.online LogoJava
Return to List

Homework: Without X

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

Given a String, if the first or last characters are 'x', return the String without those characters. Otherwise return the String unchanged.