Guest User

Untitled

a guest
Jul 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for (int index = 6; index < name.length(); index ++)
  2. System.out.print(name.charAt(index));
  3. System.out.print(", ");
  4. for (int index = 0; index < name.length()/2; index ++)
  5. System.out.print(name.charAt(index));
Add Comment
Please, Sign In to add comment