Advertisement
Guest User

Untitled

a guest
Apr 30th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. int col = 1; 1 < 4; col++
  2.  
  3. for int row = 1; row < 3; row++
  4. [1][1] F [2][1] J
  5.  
  6. int col = 2; 2 < 4; col++
  7.  
  8. for int row = 1; row < 3; row++
  9. [1][2] G [2][2] K
  10.  
  11.  
  12. int col = 3; 3 < 4; col++
  13.  
  14. for int row = 1; row < 3; row++
  15. [1][3] H [2][3] L
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement