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

22246 Solutions

12435 Solvers

Last Solution submitted on Sep 11, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...