//Author:吕志远
public
class world{ public static void main(String[] args){ double p=3.14,i=5.50; System.out.println(" 圆的面积:"+ p*i*i+ "cm2"); System.out.println(" 圆的周长:"+ 2*i*p +"cm"); } }

 

posted on 2017-09-18 13:38  吕志远  阅读(67)  评论(0编辑  收藏  举报