
Chadi T. answered 05/01/20
Experienced Tutor and Instructor in Software Engineering Subjects
Hey Rudy,
I've used flowgorithm. What you're asking is very easy to do. You have to declare an array of strings at the start of your flow graph.
Next, we need input all the elements (using a loop from 0 to 19)
Then, we will then need to sort the array using an algorithm that you already learned (probably bubble sort or selection sort).
Finally, the printing part should be very similar to the input section.
The most challenging part is the sorting, but it's very likely that you already know how to do that with numbers. The exact same code should work for strings.
We can schedule a session to walk you through the algorithm if you want.