早教吧作业答案频道 -->数学-->
这样的写法为什么是错的?dimaa=0ifa>0thenresponse.write("正")elseifa=0thenresponse.write("0")elseresponse.write("负")endif为什么需要再加一个endif?
题目详情
这样的写法为什么是错的?
dim a
a=0
if a>0 then
response.write("正")
else if a=0 then
response.write("0")
else
response.write("负")
end if
为什么需要再加一个end if?
dim a
a=0
if a>0 then
response.write("正")
else if a=0 then
response.write("0")
else
response.write("负")
end if
为什么需要再加一个end if?
▼优质解答
答案和解析
少了一个end if
改为:
0 then
response.write("正")
else if a=0 then
response.write("0")
else
response.write("负")
end if
end if
%>
每一个if之后都要有个end if,你看看你写了2个if,就要要两个end if
改为:
0 then
response.write("正")
else if a=0 then
response.write("0")
else
response.write("负")
end if
end if
%>
每一个if之后都要有个end if,你看看你写了2个if,就要要两个end if
看了 这样的写法为什么是错的?di...的网友还看了以下:
1.文中描写的“洞”具有什么象征意味?围绕这个无底洞作者又描写了形形色色的人物,这样写是为了揭示什 2020-05-14 …
1.文中描写的“洞”具有什么象征意味?围绕这个无底洞作者又描写了形形色色的人物,这样写是为了揭示什 2020-05-14 …
关于照图判定的语句这么写是什么意思啊FindPic141,11,1436,51,"Attachme 2020-05-14 …
这样写是否跑题?也是一堂语文课,我写的是在一堂语文课上自己因胆怯而丧失了表现的机会,后来在另一堂语 2020-05-16 …
本人今天考试作文是乐趣可是我写的是举办一个蛋糕大赛我和爸爸为了奖品在扔蛋糕可以这样写吗作文的题目是 2020-06-06 …
(1/n2+2/n2+.+n/n2)当n趋向于无穷大时整个函数的极限是多少?后面的2是平方的意思1 2020-06-14 …
1.作者开头从小时候读《板桥家书》写起,这样写有什么作用?2.文章主要介绍了炒米和焦屑的哪些内容? 2020-06-30 …
回顾鲁滨逊前三次航海,笛福用笔有简有繁,第一次航海的侧重点是(),第二次航海的侧重点是(),第三次 2020-07-04 …
求《我的母亲》老舍写的阅读题答案1.本文主要写了哪3件事?用1句简明的话概括。2.文章共写了()个 2020-07-11 …
havin'为什么这么写?havin'应该是having的意思吧,为什么这么写呢,这么写是对的吗? 2020-07-14 …