猜數字遊戲練習do-while循環

import java.util.*; class Test_2 { public static void main(String[] args) { Random r=new Random(); int num=r.nextInt(10); Scanner s
相關文章
相關標籤/搜索