Advertisement
Guest User

Circle

a guest
Mar 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1.  
  2. public class Circle {
  3.     int x,y;
  4.     double radius;
  5.     double circumference;
  6.     double area;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement