vb 编写一个求2个数中最小值min的过程,然后用这个过程求4个数中的最小值

 我来答
雀嘉泽渠臻
2019-01-10 · TA获得超过3万个赞
知道大有可为答主
回答量:9547
采纳率:27%
帮助的人:897万
展开全部
input
"n=";n
dim
a[n]
as
integer
for
i=1
to
n
input
a[i]
next
i
dim
max
as
integer
dim
min
as
integer
max=a[1]
mix=a[1]
for
i=2
to
n
if
max<a[i]
then
max=a[i]
next
i
for
i=2
to
n
if
min>a[i]
then
min=a[i]
next
i
print
"最大值为:"
&
max
&
",最小值:"
&
min
end
这个可以根据你输入的个数,再输入对应的值求出最大值和最小值
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式