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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started