上一页 1 ··· 4 5 6 7 8
摘要: public class Homework { public static main (String[]rags){ int[] a = new int[10]; Random rand = new Random(); // 乱序 for (int i = 0; i < a.length; i++) 阅读全文
posted @ 2020-09-27 15:31 liuyunche 阅读(166) 评论(0) 推荐(0) 编辑
摘要: public class Homework{ public static void main(String[]args){ for (int i = 1; i <= 9; i++) { for (int j = 1; j <= i; j++) { System.out.print(j + "*" + 阅读全文
posted @ 2020-09-27 15:29 liuyunche 阅读(554) 评论(0) 推荐(0) 编辑
摘要: public class Homework17;{ public static void main (string[] args){ String str = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; Rand 阅读全文
posted @ 2020-09-27 15:28 liuyunche 阅读(313) 评论(0) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8