{ "array": [ "52", "26", "39", "15" ] }
Pseudocode Program
Write the pseudocode for our sort algorithm. Note that your
pseudocode must match the algorithm described above. Not just any
sorting algorithm will work!
Your program must do the following:
Prompt the user for a file containing a collection of
words.
Read the file in JSON format.
Perform a sort on the list of words.
Display the contents of the list on the screen.
Get Answers For Free
Most questions answered within 1 hours.