Guest User

Untitled

a guest
Jul 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public void printNice(){
  2. for (int i = 0;i<list.length; i++){
  3. if(list[i] == true) {
  4. System.out.print(names[i]);
  5. }
  6. }
  7. }
Add Comment
Please, Sign In to add comment