Please Flowgorithm Pseudocode Sorted Names Design Program Allows User Enter 20 Names Strin Q37139890

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:

i J START declare count- 2 count alse True string temp read name store in array i < count FalseTrue intj=1 STOP count False c

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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.