學習日誌——2019/07/30

隨機數 Math.random()方法 在Math類中存在一個random()方法,用於產生隨機數字 默認生成大於等於0.0且小於1.0的double型隨機數(0<=Math.random()<1.0)java package eg1; public class MathRondom { public static int GetEvenNum(double num1,double num2)
相關文章
相關標籤/搜索