Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
varx
,y,a,:real;
begin
write('x=');
readln(x);
if (x>0)then
y:=ln(abs((x)/sin(x)));
if (x<=0) then
y:= exp(sqr(x)-2*x+3);
a:= power(sin(y),2)/power(cos(y),2);
writeln('y=',y);
writeln('a=',a);
end.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question