Guest User

Untitled

a guest
Apr 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. StringBuilder strBuf = new StringBuilder("Jörn ist behindert... xD");
  2. for(int x = 1; (10 * x) <= strBuf.length(); x++)
  3. strBuf.insert(10 * x,"\n");
  4. System.out.println(strBuf.toString());
Add Comment
Please, Sign In to add comment