Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. int numCategories = 32;
  2.  
  3. for (int i = 0; i < numCategories; i++)
  4. {
  5. for (int j = 0; j < 8; j++)
  6. {
  7. // do printing of div element here.
  8. i += 8;
  9. }
  10. }
Add Comment
Please, Sign In to add comment