Varasku

zad 2

Oct 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. package javaapplicationkhzadanie2;
  2.  
  3. //import pakiet1.PointKY;
  4.  
  5. import pakiet1.UtilClass;
  6.  
  7.  
  8. public class JavaApplicationKHZadanie2 {
  9.  
  10.  
  11. public static void main(String[] args) {
  12. //PointKY pointKY = new PointKY(100,200);
  13. //System.out.print(pointKY);
  14. int distance;
  15. UtilClass u = new UtilClass();
  16. distance =u.obliczOdleglosc(100, 100, 120, 120);
  17. System.out.println(distance);
  18. }
  19.  
  20.  
  21. }
Add Comment
Please, Sign In to add comment