Kotlinlearncs.online LogoJava
Return to List

Homework: At First

Imported By: Geoffrey Challen
/ Version: 2021.6.0
/ Adapted from CodingBat

Given a non-null String, return a String with length 2 made of its first 2 characters. If the string length is less than 2, use '@' for the missing characters.