二次作业3

package test; public class Point {     double x ,y,Circle;     public Point() {  this.x=1.0;  this.y=2.0;  this.Circle=3.0;  }      public Point(double x, double y, double circle) {   this.x = x;   th
相关文章
相关标签/搜索