Return the first and last characters of a character array, concatenated together. If there is only one character in the character array, the function should give that character back twice since it is both the first and last character of the character array.
Example:
stringfirstandlast('boring example') = 'be'

Solution Stats

21986 Solutions

12284 Solvers

Last Solution submitted on Jul 11, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...