1樓:
迴圈對比排列.
然後+之/10輸出.
vb程式設計題:用inputbox函式輸入三個任意整數,按從小到大的順序輸出。
2樓:匿名使用者
private sub form_click()dim a#, b#, c#, x#, y#, z#i: a = inputbox("請輸入baidua")
b = inputbox("請輸入b")
c = inputbox("請輸入c")
if a = b or b = c or a = c thenprint "輸入數zhi據無法運算,請重dao新輸版入"
gotoi
end if
if a < b then
x = b
if x < c then
x = c
y = b
z = a
end if else
x = a
if b > c then
y = b
z = c
else
y = c
z = b
end if
end if
print "自大至
小排序權為:"; x, y, z
end sub
c語言程式設計從鍵盤輸入任意正整數,求其各位數字立方和
會飛的小兔子 include intmain inta scanf d a intb 10 intk 0 while a b k a 10 a a 10 k printf d n k inti 0,sum 0 while i k sum sum b i b i b i i printf d n su...
使用C語言程式設計 從鍵盤輸入5的正整數,判斷它是不是迴文數
include int main 惡疾臭魚 include include include void check int hui 這個函式用來檢測是否是5位數 int i int count 0 計數變數 char lenth 10 for i 0 i 裡的註釋很清晰,如果不懂再問噢。其實還有另一種...
C 程式設計 從鍵盤輸入整數,儲存到一維整型陣列中,編函式將其進行由小到大排序,用指標實現
include using namespace std void main for int i 0 i pstr j 1 cout 排序後的結果 for int i 0 i cout pstr i 我也是剛學c 你好像也是新手,所以我想我這較粗糙的 與你有較都共同語言. include iostre...