創建一個類 ,分別計算矩形的面積和周長

public class chuanglei {// 創建一個Rectangle類 double width, length;// double area, zhou; chuanglei(double x) { width = x; length = x; } chuanglei(double w, double len) {  width = w; length = len; } public
相關文章
相關標籤/搜索