猜数游戏

摘要: import java.util.Random;import java.util.Scanner;public class caishuzi { public static void main(String[] args){ while(true) { Random random=new Rando 阅读全文
posted @ 2017-09-27 10:54 sherl1 阅读(98) 评论(0) 推荐(0)

万年历

摘要: import java.util.Scanner; public class rili { public static void main(String[] args) { for (int g = 0; g < 100; g++) { Scanner in = new Scanner(System 阅读全文
posted @ 2017-09-27 10:54 sherl1 阅读(128) 评论(0) 推荐(0)