怎样用vb编代码,求十个数的最大最小值

[复制链接]
查看11 | 回复0 | 2008-4-9 20:05:36 | 显示全部楼层 |阅读模式
dim a(0 to 9) as doubledim min as doubledim max as doubledim i as long for i = 0 to 9a(i) = inext imin = a(0)max = a(0)for i = 1 to 9if min > a(i) then min = a(i)end ifif max < a(i)then max=a(i)end ifnext idebug.print "min=" & mindebug.print "max=" & max
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行