Где ошибка ( z=4.5), (x=1.236). Помогите Program myprog;
const rad=3.14/180;
var a,y,z,x,cos,sin:real;
begin a:=(2*cos*(x-rad*30))/(1/3+((sin*2)*(y+2)));
writeln('z=');
readln(z);
y:=(z*z/5+(z*z)/7);
writeln(' y = ',y);
writeln('введите значение x : ' );
readln(x);
WriteLn(' ответ:',a);
readln(a);
End.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.