gpt4 book ai didi

java - 用随机数填充数组但有限制

转载 作者:行者123 更新时间:2023-11-30 08:12:46 25 4
gpt4 key购买 nike

<分区>

我正在尝试将随机值添加到数组中。用户必须说出有多少个值(长度)并给出 minval 和 maxval(例如 minval = 3 表示没有小于 3 的值)。这是我得到的:

int[] GetallenArray;

public IntegerArray(int length, int maxval, int minval) {

this.GetallenArray = new int[length];
for (int i = 0; i < GetallenArray.length; i++)
{
this.GetallenArray[i] = // Random values between the maxval and minval
}
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com