Can somebody help me create a loop in alphabetical order | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can somebody help me create a loop in alphabetical order

I'm struggling to loop the strings in an array in alphabetical order

3rd Nov 2019, 4:48 PM
Lucky
Lucky - avatar
2 Answers
+ 2
Can you add a description or example, of what input is needed (if any) and what output is desired? I don't think I understand your description above : )
3rd Nov 2019, 5:36 PM
Ipang
0
You need to:- import java.util.Arrays; Then: Arrays.sort(your_string_array_name); Then do the loop.
3rd Nov 2019, 5:43 PM
rodwynnejones
rodwynnejones - avatar