Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public boolean anotherPlayIsPossible() {
  2. /* *** TO BE IMPLEMENTED IN ACTIVITY 9 *** */
  3. List <Integer> one = new ArrayList<Integer>();
  4. one=cardIndexes();
  5. if(containsPairSum11(one)==false){
  6. return containsJQK(one);
  7. }
  8. return true;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement