摘要: 猜数字案例 package com.demo.test; import java.util.Random; import java.util.Scanner; public class rr { public static void main(String[] args) { r(); } publ 阅读全文
posted @ 2023-03-02 17:31 文采呱呱 阅读(11) 评论(0) 推荐(0) 编辑
摘要: package com.demo.test; import java.util.Scanner; public class skip { public static void main(String[] args) { Scanner sc = new Scanner(System.in); // 阅读全文
posted @ 2023-03-02 15:39 文采呱呱 阅读(9) 评论(0) 推荐(0) 编辑
摘要: package com.demo.test;public class whileDemo { public static void main(String[] args) {// 水仙花案例 int i = 100; while (i<=999){ int individual = i % 10; 阅读全文
posted @ 2023-03-02 15:15 文采呱呱 阅读(8) 评论(0) 推荐(0) 编辑
摘要: package com.demo.test; public class circulate { public static void main(String[] args) { System.out.println(); f(); } public static void f() { for (in 阅读全文
posted @ 2023-03-02 14:26 文采呱呱 阅读(10) 评论(0) 推荐(0) 编辑
摘要: package com.demo.test; import java.util.Scanner; public class change { public static void main(String[] args) { s(); } public static void s() { Scanne 阅读全文
posted @ 2023-03-02 14:17 文采呱呱 阅读(7) 评论(0) 推荐(0) 编辑
摘要: package com.demo.test;import java.util.Scanner;public class iff { public static void main(String[] args) {// cipher(); school(99); } public static voi 阅读全文
posted @ 2023-03-02 14:07 文采呱呱 阅读(11) 评论(0) 推荐(0) 编辑