Here I want to convert sting array values into integer array,Need to store all string values into integer array, Here is the string array:
private String[] aa = {"70","80","99","140","150","199","200","300",
"349","350","400","499","500","501","900","1000","1100","1200"};