> 数学 >
VB中用IF语句把a b c d e从大到小排列
a b c d e 是未知数,例如,找出a b c 中的大数,if max=b then max=a else max=b
if max
人气:366 ℃ 时间:2020-07-12 22:37:01
解答
If a < b Then t = a:a = b:b = tIf a < c Then t = a:a = c:c = tIf a < d Then t = a:a = d:d = tIf a < e Then t = a:a = e:e = tIf b < c Then t = b:b = c:c = tIf b < d Then t = b:b = d:d = tIf b < e Then ...
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版