摘要: public class MM {public static void main(String[] args) { int[] arr = new int[] { 2, 8, 7, 9, 4, 1, 5, 0 }; bubbleSort(arr);} public static void bubbl 阅读全文
posted @ 2021-01-18 16:04 阿白i 阅读(44) 评论(0) 推荐(0)
摘要: package gh;class xs{ //成员变量 int xh; String xm; int sx; int yw; int yy; //构造方法 xs(int xh1,String xm1,int sx1,int yw1,int yy1) { xh=xh1; xm=xm1; sx=sx1; 阅读全文
posted @ 2020-12-30 09:30 阿白i 阅读(93) 评论(0) 推荐(0)
摘要: import java.util.Scanner;public class hjgfhtvg { public static void main(String[]args) { int ye=50000; int qk; System.out.println("请输入取款金额"); Scanner 阅读全文
posted @ 2020-12-07 17:52 阿白i 阅读(144) 评论(0) 推荐(0)
摘要: public class hbjh { public static void main(String[]args){ int a=6; while (a<10&&a>0) { System.out.println("哈喽,早上好!"); System.out.println("哈喽,中午好!"); 阅读全文
posted @ 2020-12-07 17:48 阿白i 阅读(86) 评论(0) 推荐(0)