> 其他 >
用vb编程:任意输入3个数,输出其中最大值,
人气:420 ℃ 时间:2020-05-13 18:30:31
解答
a=XX
b=YY
c=MM
if a>b then
max=a
else
max=b
end if
if c>max then
max=c
end if
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版