Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. limit=1;
  2. else if(count>0 && count <=3)
  3. {
  4. limit+1-1;
  5. }
  6. else if(count>0 && count <=4)
  7. {
  8. limit+1-1;
  9. }
  10. else if(count>0 && count <=5)
  11. {
  12. limit+2-1;
  13. }
  14. else if(count>0 && count <=6)
  15. {
  16. limit+2-1;
  17. }
  18. else if(count>0 && count <=7)
  19. {
  20. limit+3-1;
  21. }
  22. else if(count>0 && count <=8)
  23. {
  24. limit+3-1;
  25. }
  26. else if(count>0 && count <=9)
  27. {
  28. limit+4-1;
  29. }
  30. else if(count>0 && count <=10)
  31. {
  32. limit+4-1;
  33. }
  34. else if(count>0 && count <=11)
  35. {
  36. limit+5-1;
  37. }
  38. else if(count>0 && count <=12)
  39. {
  40. limit+5-1;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement