Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. static int[][] DayOfTheMonth = new int[3][10];
  2.  
  3.  
  4. public static void ArrayValue()
  5. {
  6. for (int column = 0; DayOfTheMonth.length < 4; column++) {
  7. for (int row = 10; DayOfTheMonth[column].length < 10; row++) {
  8. if (DaysofTheMonth <= Tag.MaximumDaysOfAMonth()) {
  9.  
  10. DayOfTheMonth.[column][row] = Date.getDate() + DaysofTheMonth;
  11. DaysofTheMonth++;
  12.  
  13. } else if (DaysofTheMonth > Tag.MaxDay()) {
  14. DaysofTheMonth = 1;
  15.  
  16. if (Month != 12)
  17. Month++;
  18. else {
  19. Month = 0;
  20. Year++;
  21.  
  22. }
  23. }
  24. }
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement