> 其他 >
我想用vb设计一个程序:用一组数中的最大值减去最小值后,再除以这组数的的平均数,不过我不会,谢
人气:376 ℃ 时间:2020-06-07 00:30:22
解答
Dim i, max, min, avg, sum As IntegerFor i = 0 to UBound(数组)If i = 0 Thenmin = 数组(0)max = 数组(0)End IfIf max < 数组(i) thenmax = 数组(i)End ifIf min > ...
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版