1. 程式人生 > >27頁 1.8

27頁 1.8

bsp math string ring double pub ati main void

public class Exercise08 { public static void main(String[] args){

double c=2 * 5.5 * Math.PI;

double s=5.5 * 5.5 * Math.PI;

System.out.println("周長為"+c);

System.out.println("面積為"+s);

}

27頁 1.8