2
Answers

how do i sort items in array alphabetically?

Nadav Rock

Nadav Rock

5y
589
1
how do i order the item in the array in rising alphabetical order? 
 
 
int[] array = new int[] { "banana", "orange", "apple" };
 
 
Answers (2)