Kotlinlearncs.online LogoJava
Return to List

Solve: Non Start

Imported By: Geoffrey Challen
/ Version: 2021.5.0

Given 2 Strings, return their concatenation, except omit the first char of each. The strings will be at least length 1.

String nonStart(String first, String second) {
return ""; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: