Computer Science, asked by swathireddyyelka44, 4 months ago

concatenate 3 strings in alphabetically order to create a single string

Answers

Answered by ZishuRaja
10

Answer:

Hello friends

Explanation:

The program must concatenate them depending on which string comes first in the alphabetical order. Example 1: Input: apple. orange. Output: appleorange. Example 2: Input: zoo. tiger. Output: tigerzoo.

Similar questions