java5

//矩形 class Rectangle {private int width;private int length;public Rectangle(int width,int length) {super();this.width = width;this.length = length;}public int getPerimeter(){return this.width *2 + thi
相關文章
相關標籤/搜索