iFIT Interview Question

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

Interview Answer

Anonymous

Mar 29, 2021

Just concatenate them all together and return the output.