Kotlinlearncs.online LogoJava
Return to List

Homework: Without End

Imported By: Geoffrey Challen
/ Version: 2021.5.0

Given a `String``, return a version without the first and last char. So "Hello" yields "ell". The string length will be at least 2.

Related Lessons

Stuck? You may find these lessons helpful: