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

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 00:44:14
用vb编程:任意输入3个数,输出其中最大值,

用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