area = Math.PI * radius * radius;. circumference = 2 * Math.PI * radius;. System.out.println( "Area of Circle : " + area);.
確定! 回上一頁