SHARE
TWEET
Untitled
a guest
Jan 29th, 2018
64
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- class Point {
- private float x;
- private float y;
- public Point() {
- }
- public float getX() {
- return x;
- }
- public float getY() {
- return x;
- }
- public setX(float x) {
- this.x = x;
- }
- public setY(float y) {
- this.y = y;
- }
- }
RAW Paste Data

