Question: Write a C# program that allows the user to enter any number of names. Your prompt can inform the user to input their first name
Write a C# program that allows the user to enter any number of names. Your prompt can inform the user to input their first name followed by a space and last name. Order the names in ascending order and display the results with the last name listed first, followed by a comma and then the first name. If a middle initial is entered, it should follow the first name. Your solution should also take into consideration that some users may only enter their last name (one name). Test the program with the following data set:
Alex Shone
Lainerys Franchesk
Kelsey Joannings
Jase Pown
Kate B. Schmidt
Ned Testy
Tina
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
