05 2021 档案

摘要:第一题 package chap9; public class text1 { public static void main(String[] args) { Point p1 = new Point(2.0, 4.5); Point p2 = new Point(); p1.movePoint( 阅读全文
posted @ 2021-05-22 19:29 计算机1901金皓楠 阅读(48) 评论(0) 推荐(0) 编辑
摘要:1.编写一个方法,实现冒泡排序(由小到大),并调用该方法 package chap8; public class text1 { public static void main(String[] args) { // 1.编写一个方法,实现冒泡排序(由小到大),并调用该方法 int[] a = { 阅读全文
posted @ 2021-05-09 22:01 计算机1901金皓楠 阅读(55) 评论(0) 推荐(0) 编辑