摘要: 1.编写一个程序,定义圆的半径,求圆的面积. package first; public class Good { public static void main(String[] args) { // TODO 自动生成的方法存根 int r=6; double s=3.14*r*r; Syste 阅读全文
posted @ 2021-03-12 15:17 林清欢 阅读(66) 评论(0) 推荐(0)
摘要: 1.输出学号班级和姓名 package first; public class Good { public static void main(String[] args) { // TODO 自动生成的方法存根 System.out.print("193230536 "); System.out.p 阅读全文
posted @ 2021-03-07 22:08 林清欢 阅读(82) 评论(0) 推荐(0)