Guest User

Untitled

a guest
Apr 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public void PrintGrid(int score)
  2. {
  3. System.out.printf("Score:%d", score):
  4. for (int i = 0; i < 12; i++)
  5. {
  6. for (int j = 0; j < 12; j++)
  7. System.out.print(grid[i][j]);
  8. System.out.println();
  9. }
  10. }
Add Comment
Please, Sign In to add comment