早教吧作业答案频道 -->其他-->
按键精灵随机生成100以内的四个数字,并且这四个数字互不相等
题目详情
按键精灵 随机生成100以内的 四个数字,并且 这四个数字互不相等
▼优质解答
答案和解析
Randomize
a = Int(100 * Rnd)
Rem bb
Randomize
b = Int(100 * Rnd)
If b=a then
Goto bb
EndIf
Rem cc
Randomize
c = Int(100 * Rnd)
If c=a or c=b then
Goto cc
End If
Rem dd
Randomize
d = Int(100 * Rnd)
If d=a or d=b or d=c then
Goto dd
End If
MessageBox a
MessageBox b
MessageBox c
MessageBox d
按键9 怎么没分呀.
a = Int(100 * Rnd)
Rem bb
Randomize
b = Int(100 * Rnd)
If b=a then
Goto bb
EndIf
Rem cc
Randomize
c = Int(100 * Rnd)
If c=a or c=b then
Goto cc
End If
Rem dd
Randomize
d = Int(100 * Rnd)
If d=a or d=b or d=c then
Goto dd
End If
MessageBox a
MessageBox b
MessageBox c
MessageBox d
按键9 怎么没分呀.
看了按键精灵随机生成100以内的四...的网友还看了以下:
二进制转十进制这样计算对吗《1000001000》0*2^0+0*2^1+0*2^2+1*2^3+ 2020-04-07 …
直接写出y数.e5+55=5-45=5四+e5=0.0四×500=25+54=0.64÷56=50 2020-04-07 …
请帮我算下这个数独的答案,{4,2,0,0,9,0,0,0,0}{5,0,7,3,0,0,0,0, 2020-04-26 …
还是lingo问题road(country,country):length,xie,c;endse 2020-05-13 …
ansys直接建立有限元模型问题finish/clear/prep7n,1,0,0,0n,2,0, 2020-05-17 …
位似图形的变化...在平面坐标系中,依次连接点(0,0)(10,8)(6,0)(10,1)(10, 2020-06-07 …
高等数学问题设f(0)=0则f(x)在点x=0可导的充要条件是:其中有个选项是limf(h-sin 2020-06-18 …
若“*”是一个对于1和0的新运算符号,且运算规则如下:1*1=0,1*0=0,0*1=1,0*0= 2020-07-26 …
一道有趣的问题,有点难题:取任意四个数字除了0,0,0,01,1,1,12,2,2,2...9,9, 2020-11-18 …
0/0得多少0除以0等于多少,我发现一个东西0*1=0那么反起算0/0=10*2=00/0=20*3 2020-12-06 …