Sorts an array of Numeric strings. An array of strings like 1,2,3,10,20,30,100,200,300 are sorted as 1,10,100,2,20,200,3,30,300 Conventionally. This programme sorts them in the correct numeric order i.e 1,2,3,10,20,30,100,200,300