Guest User

Untitled

a guest
Apr 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. package xxx.pplab.menu;
  2. import xxx.pplab.interfejs.*;
  3. import xxx.pplab.tablice.*;
  4.  
  5.  
  6. public class menu {
  7. Interfejs intf = new Interfejs();
  8. Tablice tab = new Tablice();
  9. int wek.lenght, mac[][];
  10. public int opcja(int wybor[]){
  11.  
  12. wybor [1]= intf.wyswietlWektor(wek.lenght);
  13. wybor [2]= intf.wyswietlMacierz(mac[][]);
  14. wybor [3]= tab.wypelnijLosowo(wek[]);
  15. wybor [4]= tab.wypelnijLosowo(mac[][]);
  16. }
  17. }
Add Comment
Please, Sign In to add comment