}
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
延伸閱讀
文章來源于領測軟件測試網 http://www.kjueaiud.com/