iFIT interview question

Given three strings in alphabetically increasing order, create a single string.

Interview Answer

Anonymous

29 Mar 2021

Just concatenate them all together and return the output.