DINO_CH

Untitled

Jul 3rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. package omega01;
  2. import java.util.*;
  3. public class Loteria2 {
  4.  
  5.     public static void main(String[] args) {
  6.         int[] tabela01= {1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31};
  7.         int[] tabela02= {2,3,6,7,10,11,14,15,18,19,22,23,26,27,30,31};
  8.         int[] tabela03= {4,5,6,7,12,13,14,15,20,21,22,23,26,28,29,30,31};
  9.         int[] tabela04= {8,9,10,11,12,13,14,15,24,25,26,27,28,29,30,31};
  10.         int[] tabela05= {16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31};
Advertisement
Add Comment
Please, Sign In to add comment