Ответ(ы) на вопрос:
Cls
input x
if x<0 then
z=log(-x)
end if
if x>=0 then
z=sqr(x+1)
end if
print z
Не нашли ответ?
Похожие вопросы