早教吧作业答案频道 -->数学-->
按键精灵8判断语句Ifj=0thenjym=12ElseIfj=1thenjym=4elseIfj=2thenjym=5elseIfj=3thenjym=453elseIfj=4thenjym=5elseIfj=5thenjym=6elseIfj=6thenjym=7elseIfj=7thenjym=8elseIfj=8thenjym=4
题目详情
按键精灵8 判断语句
If j=0 then jym=12
ElseIf j=1 then jym=4
elseIf j=2 then jym=5
elseIf j=3 then jym=453
elseIf j=4 then jym=5
elseIf j=5 then jym=6
elseIf j=6 then jym=7
elseIf j=7 then jym=8
elseIf j=8 then jym=4
elseIf j=9 then jym=3
elseIf j=10 then jym=2
End if
这样的语句对吗,如有错请改正
If j=0 then jym=12
ElseIf j=1 then jym=4
elseIf j=2 then jym=5
elseIf j=3 then jym=453
elseIf j=4 then jym=5
elseIf j=5 then jym=6
elseIf j=6 then jym=7
elseIf j=7 then jym=8
elseIf j=8 then jym=4
elseIf j=9 then jym=3
elseIf j=10 then jym=2
End if
这样的语句对吗,如有错请改正
▼优质解答
答案和解析
If j=0 then :jym=12
elseIf j=1 then : jym=4
elseIf j=2 then :jym=5
elseIf j=3 then :jym=453
elseIf j=4 then :jym=5
elseIf j=5 then :jym=6
elseIf j=6 then :jym=7
elseIf j=7 then :jym=8
elseIf j=8 then :jym=4
elseIf j=9 then :jym=3
elseIf j=10 then :jym=2
End if
通常人们喜欢用下面这种 :
select case j
case 1
jym=4
case 2
jym=5
case 3
jym=453
case 4
jym=5
case 5
jym=6
case 6
jym=7
case 7
jym=8
case 8
jym=4
case 9
jym=3
case 10
jym=2
End Select
elseIf j=1 then : jym=4
elseIf j=2 then :jym=5
elseIf j=3 then :jym=453
elseIf j=4 then :jym=5
elseIf j=5 then :jym=6
elseIf j=6 then :jym=7
elseIf j=7 then :jym=8
elseIf j=8 then :jym=4
elseIf j=9 then :jym=3
elseIf j=10 then :jym=2
End if
通常人们喜欢用下面这种 :
select case j
case 1
jym=4
case 2
jym=5
case 3
jym=453
case 4
jym=5
case 5
jym=6
case 6
jym=7
case 7
jym=8
case 8
jym=4
case 9
jym=3
case 10
jym=2
End Select
看了 按键精灵8判断语句Ifj=0...的网友还看了以下:
怎样用按键精灵将可选取的两个数学进行求和第一个数字的起始坐标是(565.322)(579.322) 2020-04-07 …
按键精灵8判断语句Ifj=0thenjym=12ElseIfj=1thenjym=4elseIfj 2020-04-26 …
按键精灵的启动热键可以设置几种热键模式?A、4种B、3种C、6种D、5种 2020-06-12 …
如何按键精灵狂按Z键如题,因为玩GBA,有一个地方需要狂按Z键,但我用手动的试了半天也不成功,所以 2020-06-18 …
一台计算器大部分按键失灵,只有数字“7”和“0”以及加法键“+”尚能使用,因此可以输入77,707 2020-07-01 …
[按键精灵]问题:当鼠标停止移动达到2分钟,就移动到X位置点击一下帮忙看下这个如何在按键精灵里实现 2020-07-09 …
一台计算器大部分按键失灵,只有数字“7”和“0”以及加法键“+”尚能使用,因此可以输入77,707 2020-07-16 …
不会有用按键精灵,求按键精灵高手帮忙。如何用按键精灵,使我当按下Q时,就等于“按住A,再按住S,再 2020-07-23 …
按键精灵的问题。1.按下键盘A键,弹起A键2.按下键盘B键,弹起B键问题:按下B键,弹起B键,“延 2020-07-23 …
1、由3个非零数字组成的三位数与这3个数字之和的商记为k.如果k是整数,那么k的最大值是?2、一台计 2020-11-18 …