JAVA第二次作业

编写一个程序,定义圆的半径,求圆的面积. package chap1; public class text6 { public static void main(String[] args) { double r=2; double s; s=3.14*r*r; System.out.print

posted @ 2021-03-12 09:49  计算机1901王怡  阅读(10)  评论(0编辑  收藏  举报