展开全部
dim a,b,c,s as integer
dim ra(1 to 3) as integer
a=text1.text
b=text2.text
c=text3.text
ra(1)=a
ra(2)=b
ra(3)=c
for i = 1 to 2
for j = 1 to 2
if ra(j) < ra(j+1) then
ra(j) = dd
ra(j) = ra(j+1)
ra(j+1) = dd
end if
next
next
text4.text = a(1) & ">" & a(2) & ">" & a(3)
dim ra(1 to 3) as integer
a=text1.text
b=text2.text
c=text3.text
ra(1)=a
ra(2)=b
ra(3)=c
for i = 1 to 2
for j = 1 to 2
if ra(j) < ra(j+1) then
ra(j) = dd
ra(j) = ra(j+1)
ra(j+1) = dd
end if
next
next
text4.text = a(1) & ">" & a(2) & ">" & a(3)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询