Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for(int i = 0; i< num of rows; i++){
  2. for(int j = 0 + i * num of rows; j< num of numbers in one row; j++){
  3. //add all the numbers at location j from one array
  4. }
  5. for(int j = 0 + i * num of rows; j< num of numbers in one row; j++){
  6. //add all the numbers at location j from another array
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement