二次作業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
相關文章
相關標籤/搜索