上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 80 下一页
摘要: package com.fqs.test; import java.util.Random; public class hello { public static void main(String[] args) { //定义数组 int[][]arr3={ {1,2,3}, {4,5,6,7,8} 阅读全文
posted @ 2023-06-12 16:16 胖豆芽 阅读(19) 评论(0) 推荐(0)
摘要: package com.fqs.test; import java.util.Random; public class hello { public static void main(String[] args) { int []jang={11,22,33,44,55}; int weishu=5 阅读全文
posted @ 2023-06-12 14:24 胖豆芽 阅读(10) 评论(0) 推荐(0)
摘要: package com.fqs.test; import java.util.Random; public class hello { public static void main(String[] args) { int weishu=6; int []arr1=getNo(weishu); f 阅读全文
posted @ 2023-06-12 14:10 胖豆芽 阅读(8) 评论(0) 推荐(0)
摘要: package com.fqs.test; import java.util.Random; public class hello { public static void main(String[] args) { //获取 个不相等的随机数 int weishu=6; System.out.pr 阅读全文
posted @ 2023-06-12 13:58 胖豆芽 阅读(26) 评论(0) 推荐(0)
摘要: package com.fqs.test; import java.util.Random; public class hello { public static void main(String[] args) { //获取 个不相等的随机数 int weishu=6; System.out.pr 阅读全文
posted @ 2023-06-12 12:27 胖豆芽 阅读(14) 评论(0) 推荐(0)
摘要: package com.fqs.test; import java.util.Random; import java.util.Scanner; public class hello { public static void main(String[] args) { //获取三个不相等的随机数 i 阅读全文
posted @ 2023-06-09 20:47 胖豆芽 阅读(16) 评论(0) 推荐(0)
摘要: 优化后 获得一个加密后值 package com.fqs.test; import java.util.Scanner; public class hello { public static void main(String[] args) { //加密传输 1983 //每位上加5 (1+5=6) 阅读全文
posted @ 2023-06-09 14:05 胖豆芽 阅读(22) 评论(0) 推荐(0)
摘要: 优化后的 package com.fqs.test; import java.util.Random; import java.util.Scanner; public class hello { public static void main(String[] args) { //评委打分 评委个 阅读全文
posted @ 2023-06-08 21:08 胖豆芽 阅读(101) 评论(0) 推荐(0)
摘要: package com.fqs.test; import java.util.Random; public class hello { public static void main(String[] args) { //定义方法 实现随机产生一个5位的验证码 //验证码格式 长度5 // 前四位是 阅读全文
posted @ 2023-06-08 20:11 胖豆芽 阅读(30) 评论(0) 推荐(0)
摘要: package com.fqs.test; public class hello { public static void main(String[] args) { //卖飞机票 //机票的价格按照第一 淡11月到4月、旺季5月到10月; // 第二 头等舱 旺季 9折、经济舱旺季 8.5折收费 阅读全文
posted @ 2023-06-08 14:33 胖豆芽 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 80 下一页