for i = 1 to 10 response.write i&"" nextfor i = 1 to 10response.write i&""next结果是123...10可是我想要1098...21这样的结果.应该怎么写

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 10:47:46

for i = 1 to 10 response.write i&"" nextfor i = 1 to 10response.write i&""next结果是123...10可是我想要1098...21这样的结果.应该怎么写
for i = 1 to 10 response.write i&"
" next
for i = 1 to 10
response.write i&"
"
next
结果是
1
2
3
...
10
可是我想要
10
9
8
...
2
1
这样的结果.应该怎么写

for i = 1 to 10 response.write i&"" nextfor i = 1 to 10response.write i&""next结果是123...10可是我想要1098...21这样的结果.应该怎么写
for i=10 to 1 step=-1
response.write i&"
"
next

for i = 1 to 8 step 10 next i print i 为什么i=11 For i = 1 To 10 Step 3 i = i + 1 Next i MsgBox (i) i=13, For j = 10 To i + 1 Step -1 VB step1 还有for i=1 to 10 step for i=1 to 10 step -2 for i=1 to 10 step -2 pascal For i:=1 to n For i = 1 To .Cells. 下面程序段运行后 for i=1 to 5 for j=2 to i print*;next j next i 为什么结果是10个“*” vb题,For i=1 to 2 for j=1 to 2 for k=1 to jvb题,For i=1 to 2for j=1 to 2for k=1 to ja=a+2next knext jnext i最后变量a的值为10,怎么算, for i = 1 to 3 i=i+inextMsgbox i 怎么理解vb中 dim m(10) for i=1 to 5 m(i)=i*i next i print m(i-1) dimension a(10)for i=1 to10a(i)=i+1endforfor i=1 to 9for j=i+1 to 10if a(i) 高中英语练习(单词填空)1、when learning english,it is quiet important to develop abilit of ______(交际)2、Those who are in difficut s______ usually work harder to get out of it .3、As an e____ of the newspaper ,i should be resp delphi for i := 1 to 10 do begin if Terminated then Exit; sleep(100); end;for i := 1 to 10 dobeginif Terminated thenExit;sleep(100);end; For i = 0 To 13 Step 4 i = i + 1 Next i Print i i=15 英语翻译In regards to your specification,can you give us the spectrum and method for identification analytical determination method for identification respectively quantitative analysis which catalysts do influence the decomposition resp.spontane 英语翻译import /export documentation .the seller will be responsible for obtaining ,completing ,and presenting to [country ] customs all export documentation and fees required for clearance ,including the following :[list ].the buyer will be resp