Java語言編寫,出現 「找不到符號」

正確代碼: class Rectangle { int width, height; int getLength( ) { return (width + height) * 2;} void getArea( ) { System.out.println(「面積爲:」+width*height); } } class Test { public static void main(String[]
相關文章
相關標籤/搜索