Board logo

標題: 亂數 [打印本頁]

作者: tonyh    時間: 2012-10-8 20:38     標題: 亂數

  1. public class ch19
  2. {
  3.   public static void main (String args[])
  4.   {
  5.       double x;
  6.       x=Math.random();    //產生介於0.00000~0.999999(無窮小數)的隨機亂數
  7.       System.out.print(x);
  8.   }
  9. }
複製代碼

作者: 劉永記    時間: 2012-10-8 20:41

  1. public class ch19  //類別
  2. {
  3.   public static void main (String arg[]) //方法
  4.   {
  5.     double x;
  6.         x=Math.random();
  7.     System.out.praint(x);
  8.   }
  9. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2