標題:
亂數 (二)
[打印本頁]
作者:
tonyh
時間:
2021-9-18 20:20
標題:
亂數 (二)
運用 random() 函式搭配for迴圈,
產生20組範圍介於0.00000~0.99999之隨機亂數.
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
林鼎傑
時間:
2021-9-18 20:36
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
吳湘儀
時間:
2021-9-18 20:37
public class Ch01
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
陳志祐
時間:
2021-9-18 20:38
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
林佑宸
時間:
2021-9-18 20:38
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
余柏緯
時間:
2021-9-18 20:39
import java.lang.System;
import java.io.Console;
public class Ch33
{
public static void main(String args[])
{
for(int i=1;i<=20;i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
蔡寓珉
時間:
2021-9-18 20:39
public class Ch26
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
黃子倢
時間:
2021-9-18 20:39
public class Ch14
{
public static void main(String args[])
{
double r;
for(double i=1; i<=100000; i++)
{
r=Math.random();
System.out.println(r);
}
}
}
複製代碼
作者:
冠宇
時間:
2021-9-18 20:39
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
朱奕祐
時間:
2021-9-18 20:40
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
王秉鈞
時間:
2021-9-18 20:42
public class Ch14
{
public static void main(String args[])
{
for(int i=1;i<=20;i++)
System.out.println(Math.random()));
}
}
複製代碼
作者:
林土水
時間:
2021-9-18 20:42
public class Ch14
{
public static void main(String args[])
{
for(int i=1;i<=20;i++)
System.out.println(Math.random()));
}
}
複製代碼
作者:
王秉鈞
時間:
2021-9-18 20:42
public class Ch14
{
public static void main(String args[])
{
for(int i=1;i<=20;i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
許洧熏
時間:
2021-9-18 20:45
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
俞成章
時間:
2021-9-18 20:45
public class Ch31
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
作者:
呂尚霖
時間:
2021-9-18 20:46
public class Ch30
{
public static void main(String args[])
{
for(int i=1; i<=20; i++)
System.out.println(Math.random());
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2