Ch9. Programming Excercise 2. Sorted NamesDesign a program that allows the user to enter 20 names into aString array. Sort the array in ascending (alphabetical) order anddisplay its contents.->Pseudocode and Python Code-> Must use a list(array)-> Must be a modular program
Expert Answer
An answer will be send to you shortly. . . . .