Sorted Names
Write a program that asks the user to enter three names, and then displays the names sorted in ascending order. For example, if the user entered “Charlie”, “Leslie”, and “Andy”, the program would display:
Andy
Charlie
Leslie
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.