Помогите, пожалуйста!!!)) Не могу найти ошибку в программе, только начали изучать паскаль.


program zadanie;

uses crt;

var x,v,a,f,d:integer;

y:real;

begin

clrscr;

writeln ('vvedite x,v,a,f,d');

readln (x,v,a,f,d);


y:=(exp((2+x)*ln(cos(v-sqr(a)*a)))*(sqrt((sqr(sqr(sin(exp((x*v)*ln(v)))))*(sin(exp(
(x*v)*ln(v))))+f*d)/(sin(5*x)/cos(5*x)+(sqrt(sin(v*v))));



writeln(y= ', y);

readln;

end.

 
 


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.