String element = word[i];
String reverse = new StringBuilder(element).reverse().toString();

 

+ Recent posts