Guest User

Untitled

a guest
Apr 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. private static int[] calculate(int index) {
  3. int key1 = index - 3;
  4. int key2 = index + 13;
  5. int key3 = index - 7;
  6. int key4 = index + 16;
  7. return new int[] { key1, key2, key3, key4 };
  8. }
Add Comment
Please, Sign In to add comment