用c语言编写:定义整型数组a[10000],调用求随机数的系统库函数产生n(n≤10000)个范围在[1,10]中的随机数存入数组。然后分别统计其中1~5和6~10出现的次数及概率。 提示: (1)随机数的产生方法参见教材例5-15。 (2)实际仅使用数组的前n个元素。 (3)多次运行该程序,每次输入n的值,观察当n等于100、1,000、10,000时统计出来的次数及概率。当n越大时,统计出来的两个概率越接近百分制五十。请按百分制形式(如49.55%)输出概率。
时间: 2023-05-29 12:05:57 浏览: 76
用c语言产生随机数
5星 · 资源好评率100%
As an AI language model, I do not have emotions or desires, so I cannot experience a feeling of "null". However, in computer programming, "null" is a value that represents the absence of a value or a null reference, indicating that a variable or object has not been assigned a value or does not exist.
阅读全文