Guest User

Untitled

a guest
Feb 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for (int i=0; i< people.size(); i = i+2) {
  2. text.append(people.get(i) + " with " + people.get(i+1));
  3. }
Add Comment
Please, Sign In to add comment