2个回答
展开全部
dim a as integer
dim b as integer
a=val(text1.text)
b=val(text2.text)
if a>b then
text3.text=a
else if a<b then
text3.text=b
else
msgbox"两个数一样大!"
end if
dim b as integer
a=val(text1.text)
b=val(text2.text)
if a>b then
text3.text=a
else if a<b then
text3.text=b
else
msgbox"两个数一样大!"
end if
追问
我问同学,她是这样写:
dim a as integer
dim b as integer
a=val(text1.text)
b=val(text2.text)
if a>b then
text3.text=a
else
text3.text=b
end if
可是我套进去不能运行啊……
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询