猜字謎遊戲

@Test
    public void test(){
        Scanner scanner=new Scanner(System.in);
        int a=(int)(Math.random()*10);
        while(a!=scanner.nextInt()){
            System.out.println("繼續猜把!");            
        }
        System.out.println("恭喜你猜中了!");
    }
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章