}
public double getArea() {
return width * length;
}
public double getCircumference() {
return 2 * (length + width);
}
}
/*
* Flooring.java
*
*/
class Flooring {
private static final double limit = 0.02; // limit for one more width
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/