09_02_Polygon-cocostevenson:09_02_Polygon-cocostevenson,由GitHub Classroom创建

时间:2024-04-27 04:08:39
【文件属性】:

文件名称:09_02_Polygon-cocostevenson:09_02_Polygon-cocostevenson,由GitHub Classroom创建

文件大小:99KB

文件格式:ZIP

更新时间:2024-04-27 04:08:39

Java

多边形实验室 多边形 在Polygon类中,添加一个整数边长的private ArrayList 。 将方法添加到: // put the given side in the list public void addSide(int theSide) // return the number of sides in the list public int getNumSides() // return the side at the given index public int getSide(int index) // add up all the sides and return the value public int getPerimeter() // return true only if all sides are the same length public boolea


网友评论