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

21372 Solutions

11869 Solvers

Last Solution submitted on Mar 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...