CopyCodeThe Code is as follows: dim a, B, c
A = inputbox ("enter an integer ranging from 0 to 99 and do not use Chinese characters or letters ")
B = inputbox ("enter an integer ranging from 0 to 99 and do not use Chinese characters or letters ")
C = inputbox ("enter an integer ranging from 0 to 99 and do not use Chinese characters or letters ")
If not (isnumberic (A) and isnumberic (B) and isnumberic (c) then
Msgbox "Not good" >_<"
Else
If a <B then
D = B
B =
A = d
End if
If C> B then
D = B
B = C
C =
End if
If a <B then
D = B
B =
A = d
End if
Msgbox A & "" & B & "" & C
End if
Because the landlord only has three numbers, you don't need to sort the complex Bubble sorting method. Just compare the three numbers! The tjoy7d method is the so-called Bubble sorting method. Although the code is simple, the computer actually needs to follow the rules many times, and the running speed will be affected!