2021年3月14日

java第二次作业

摘要: 1.编写一个程序,定义圆的半径,求圆的面积. package homework; public class test5 { public static void main(String[] args) { double r=4; double s=3.14*r*r; System.out.print 阅读全文

posted @ 2021-03-14 21:21 chenyulin11 阅读(73) 评论(0) 推荐(0) 编辑

导航