05 2023 档案
摘要:方法 package ok; public class point { int x; int y; public point(int x0,int y0) { this.x=x0; this.y=y0; } public void movepoint(int dx,int dy) { this.x+
阅读全文
摘要:1.编写一个方法,实现冒泡排序(由小到大),并调用该方法 package ffffff; public class op { public static void main(String[] args) { // TODO Auto-generated method stub test p=new
阅读全文
摘要:1、给定一个有9个整数(1,6,2,3,9,4,5,7,8)的数组,先排序,然后输出排序后的数组的值。 package mn; public class zx { public static void main(String[] args) { // TODO Auto-generated meth
阅读全文

浙公网安备 33010602011771号