Let\'s say I have an array: [0,3,4,2,5,1].
[0,3,4,2,5,1]
What I want to do is sort an array such as:
[\"one\", \"two\", \"three\", \"four\", \"five\",
class test1 { public static String[] sort(int[] array,String[] str) { String[] out=new String[str.length]; for(int i=0;i