Question: given list NAMES, which are in string. do a similar sort code and sort it by alphabetical order So String with name Amy would be

given list NAMES, which are in string.
do a similar sort code and sort it by alphabetical order So String with name "Amy" would be NAMES[0] while "Zoe" will be NAMES[last].
solve it using similar to the following codes
following codes.
int i,j,min,pos,temp;
for (i=0;i
 given list NAMES, which are in string. do a similar sort

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!