作业 1.8

public class Work
{
   public static void main(String[] args)
   {  
      double a,b,s;
      a=Math.PI;  
      b=5.5;
      s=a*b*b;
      System.out.println("这个圆形的面积是:"+s);
   }
}

posted @ 2017-09-25 13:57  mxl-1  阅读(59)  评论(0编辑  收藏  举报