SyntaxFix
Write A Post
Hire A Developer
Questions
for(int i=0;i<ar.length();i++) { char ch = ar.charAt(i); System.out.println((char)(ch+16));; }