摘要: public class Test2 { /** * @param args */ public static void main(String[] args) { int r=5; double s=3.14*r*r; System.out.println("圆的面积为S="+s); } } pu 阅读全文
posted @ 2021-03-12 10:12 王佳瑜 阅读(67) 评论(0) 推荐(0) 编辑