题目内容
阅读下列程序
input x
if x>0 then
y=1
else if x=0 then
y=0
else
x<0 then
y=-1
endif
printy
end
这个程序的意义是________.
答案:
解析:
解析:
符号函数
练习册系列答案
相关题目
题目内容
阅读下列程序
input x
if x>0 then
y=1
else if x=0 then
y=0
else
x<0 then
y=-1
endif
printy
end
这个程序的意义是________.
符号函数