S
S
shnuug2020-10-11 17:43:02
Pascal
shnuug, 2020-10-11 17:43:02

I can't decide, degrees don't allow me to write a simple program?

tal4aFAN_rQ.jpg?size=479x130&quality=90&proxy=1&sign=d362f54d2b4168e78231030efcd2f30a

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shnuug, 2020-10-11
@shnuug

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.

H
HemulGM, 2020-10-11
@HemulGM

Power(2, 4) - 2 to the power of 4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question