摘要: import java.util.Random;import java.util.Scanner;public class demo{ public static void main(String[] args){ Random r =new Random(); int ran =r.nextInt 阅读全文
posted @ 2022-04-01 20:23 南哥の栀言 阅读(160) 评论(0) 推荐(0)
摘要: public class Demo { public static void main(String[] args) { while (true) { Scanner sc = new Scanner(System.in); System.out.println("**********欢迎来到计算机 阅读全文
posted @ 2022-04-01 16:23 南哥の栀言 阅读(173) 评论(0) 推荐(0)