调用类java.lang.Math的成员方法“public static double random()”运算下面表达式10000次,(int)(Math.random()*20+0.5)统计其中生成的整数0,1,2,...,20的个数分别是多少,并输出统计结果。 查看完整描述