2
Answers

how do i sort items in array alphabetically?

Photo of Nadav Rock

Nadav Rock

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

Answers (2)