Do you mean? for (int i = 0; i < string.length (); ++i) { char c = string.charAt(i); c++; / / next character. System.out.print(c); } ...
www.google.com.tw