Advertisement
Hiitsu

Untitled

Oct 29th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Main {
  4.  
  5.     public static void main(String[] args)
  6.     {
  7.     Ulamek Ulamek1=new Ulamek(20,10);
  8.     Ulamek Ulamek2=new Ulamek();
  9.     Ulamek1.wypisz();
  10.     Ulamek2.wypisz();
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement