摘要: public class sccccccc { public static void main(String[] args) { int r = 10; double s = 3.14 * r * r; System.out.println(s); } } 1.编写一个程序,定义圆的半径,求圆的面积 阅读全文
posted @ 2021-03-13 20:23 宋驰 阅读(90) 评论(0) 推荐(0) 编辑