Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. String[] myArr = {"Bob Marley", "Barbara Newton", "John Smith"};
  2.  
  3. String[] firstName = {"Bob", "Barbara", "John"};
  4. String[] lastName = {"Marley", "Newton", "Smith"};
Add Comment
Please, Sign In to add comment