標題:
亂數
[打印本頁]
作者:
tonyh
時間:
2012-10-8 20:38
標題:
亂數
public class ch19
{
public static void main (String args[])
{
double x;
x=Math.random(); //產生介於0.00000~0.999999(無窮小數)的隨機亂數
System.out.print(x);
}
}
複製代碼
作者:
劉永記
時間:
2012-10-8 20:41
public class ch19 //類別
{
public static void main (String arg[]) //方法
{
double x;
x=Math.random();
System.out.praint(x);
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2