tei123

java lteria

Mar 19th, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. class Loteria
  2.  
  3. {
  4.     static public void main (String agg[]){
  5.         Losowanie l1 = new Losowanie();
  6.         Losowanie l2 = new Losowanie(200);
  7.         Losowanie l3 = new Losowanie(100,200);
  8.         l1.pokazDane();
  9.         l2.pokazDane();
  10.         l3.pokazDane();
  11.         }
  12. }
Add Comment
Please, Sign In to add comment