返回列表 發帖
本帖最後由 張瀚仁 於 2014-6-21 14:14 編輯
  1. public class ch32
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         for(int i=1;i<=15;i++)
  6.             System.out.println((int)(Math.random()*6+123))
  7.     }

  8. }
複製代碼

TOP

返回列表