Kotlinlearncs.online LogoJava
Return to List

Homework: Extra Front

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

Given a String, return a new String made of 3 copies of the first 2 chars of the passed String. The String may be any length. If there are fewer than 2 chars, use whatever is there.