VB编程题经典案例
VB经典案例1输入3个数,输出最大的数 X=val(text1) y=val(text2) z=val(text3) if x>=y then if x>=z then print x
VB编程题经典案例