2021年3月14日
摘要: 1.编写一个程序,定义圆的半径,求圆的面积. public class work2 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int r=6; 阅读全文
posted @ 2021-03-14 18:23 王运聪 阅读(35) 评论(0) 推荐(0) 编辑
  2021年3月6日
摘要: 1.输出学号班级和姓名 public class XingMing { public static void main(String[] args) { System.out.println("计算机1902 28 王运聪"); } } 2.输出以下图形 * *** ***** *** * publ 阅读全文
posted @ 2021-03-06 14:15 王运聪 阅读(45) 评论(0) 推荐(0) 编辑