用vb编程:任意输入3个数,输出其中最大值,

来源:学生作业帮助网 编辑:六六作业网 时间:2024/10/05 18:53:20
用vb编程:任意输入3个数,输出其中最大值,用vb编程:任意输入3个数,输出其中最大值,用vb编程:任意输入3个数,输出其中最大值,a=XXb=YYc=MMifa>bthenmax=aelsemax=

用vb编程:任意输入3个数,输出其中最大值,
用vb编程:任意输入3个数,输出其中最大值,

用vb编程:任意输入3个数,输出其中最大值,
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