Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. let writtenOutAray:[String] = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11",
  2. "5", "6", "7", "8", "9", "10", "11", "0", "1", "2", "3", "4",
  3. "10", "11", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
  4. "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "0", "1",
  5. "7", "8", "9", "10", "11", "0", "1", "2", "3", "4", "5", "6",
  6. "3", "4", "5", "6", "7", "8", "9", "10", "11", "0", "1", "2",
  7. ]
  8.  
  9. let sufficientArray = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"]
  10.  
  11. //starting column 1 with cell index 0
  12. // column 2 with index 5
  13. // column 3 with index 10
  14. // column 4 with index 2
  15. // column 5 with index 7
  16. // column 6 with index 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement