daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Jan 29th, 2018 64 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class Point {
  2.     private float x;
  3.     private float y;
  4.    
  5.     public Point() {
  6.     }
  7.  
  8.     public float getX() {
  9.         return x;
  10.     }
  11.  
  12.     public float getY() {
  13.         return x;
  14.     }
  15.  
  16.     public setX(float x) {
  17.         this.x = x;
  18.     }
  19.    
  20.     public setY(float y) {
  21.         this.y = y;
  22.     }
  23. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top