Kotlinlearncs.online LogoJava
Return to List

Homework: Last Chars

Imported By: Geoffrey Challen
/ Version: 2021.5.0

Given 2 Strings, first and second, return a new String made of the first character of first and the last character of second. So "yo" and "java" yields "ya". If either string is length 0, use '@' for its missing char.

Related Lessons

Stuck? You may find these lessons helpful: