SyntaxFix
Write A Post
Hire A Developer
Questions
How about this
for (int i = 0; i < str.length(); i++) { System.out.println(str.substring(i, i + 1)); }