hi
i have an array (1,3,2,4)
and another array (banana , apple ,orange, strawberry)
the two arrays are always the same length
the first array after sort will be
(1,2,3,4)
i want the second to be
(banana, orange, apple, strawberry)
how could this be done ?
i have an array (1,3,2,4)
and another array (banana , apple ,orange, strawberry)
the two arrays are always the same length
the first array after sort will be
(1,2,3,4)
i want the second to be
(banana, orange, apple, strawberry)
how could this be done ?