Question: Sorted Names: Design a program that allows the user to enter 20 first names into a String array. Sort the array in ascending (alphabetical) order
Sorted Names:Design a program that allows the user to enter 20 first names into a String array. Sort the array in ascending (alphabetical) order and display its contents.
1.Submit a pseudocode along with working C++ program. Your pseudocode must be commented above your C++ code.
2. You must use /* and */ to comment entire pseudocode prior to compiling C++ code.

\f
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
