PLEASE FLOWGORITHM AND PSEUDOCODE
Sorted Names
Design a program that allows the user to enter 20 names into aString array. Sort
the array in ascending (alphabetical) order and display itscontents.
Solution
`Hey,
Note: Brother in case of any queries, just comment inbox I would be very happy to assist all your queries
FlowChart:
Pseudocode:
Step 1: START;
Step 2: declare count = 20
Step 3: loop i from 0 to count
Step 3.1: read name store in array[i]
Step 4: Declare string temp
Step 5:
OR
OR