Sorted Names
Write a program that asks the user to enter three names, and then displays the names sorted in alphabetical order. Assume that none of the names are the same. For exam-ple, 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.