求最大值的vb程式設計和流程圖

2022-07-11 05:52:19 字數 1044 閱讀 3913

1樓:匿名使用者

a,b,c,max,min

if a-b>0 ,max=a,min=b,else max=b,min=a,

if max-c>0,max=max

else max=c

if min-c>0,min=c

end大概這樣,自己語言符號補充一下,沒學過vb

2樓:小金褲腿色

首先把這三個數放到一個陣列裡面,然後max等於陣列第一個值min也等於陣列第一個值。然後迴圈拿max跟陣列裡面的數對比如果比max大就把當前值覆蓋max min也是同理

從十個整數中找出最大值,使用流程圖描述其演算法並用vb程式設計

3樓:匿名使用者

匿名的不做。。。。。。

vb程式設計,輸入十個數字,找出最大值,並找出最大值的位置。

vb的**程式設計,懂的進。 題目求10個30—100間的隨機正整數中的最大值,最小值,平均值

4樓:匿名使用者

dim rand(10)

total=0

min=100

max=0str=""

for i=1 to 10

randomize

rand(i)=int(rnd*71+30) '產生隨機數total=total+rand(i)

if min>rand(i) then min=rand(i)if max

str=str&"產生的隨機數是:"

for i=1 to 10

if i<10 then

str=str&rand(i)&","

else

str=str&rand(i)&""

end if

next

str=str&"其中最大數為:"&maxstr=str&",其中最小數為:"&minstr=str&",平均數為:"&total/10

求編vb程式任意輸入數,找出其中的最大值

dim max i t a t inputbox 請輸來入三個數源,中間 bai用空格 du隔開zhi a split t,for i 0 to ubound a if a i max then max a i next msgbox t 中最大值是dao vbcrlf max max val in...

sin sin cos的最大值怎麼求

sin sin cos sin 1 cos 0 1 cos 2 這裡的 1 2 均為弧度 即0度 約114度 由正弦影象可知,最大值為1 cos 90度的時候,最大值為1 sin 1,con 1 sin sin cin 2 2 sin sin con 2故 sin sin con max 2不能取等...

求1! 2! 3! 4! 5!用流程圖和C語言表示

include int main printf sum f s long f int n int main 頭文 件自己補上啊 用傳統流程圖表示 問 求1 2 100 c語言 傳統流程圖 1 傳統流程圖為 2 c語言 如下 程式流程圖如下 c語言運算子號的種類 1 算術運算子 用於各類數值運算。包括...