hundert Posted November 27, 2009 Report Share Posted November 27, 2009 Вот сам пример уже зделанный тока блоксхему написать Program xzxz Uses crt; Const b=-0,5; Var z,x,y:real; Begin; Clrscr; x:=1; Repeat y:=2; While y<=5 do Begin z:=b*exp(-sqrt(x))*tg(x+1,7)/cos(x+1,7)+sqrt(y+b); Writeln('x=',x:4:1;'y=',y:2:5;'z=',z:3:6); y:=5; y:=y+0,5; End; x:=x=0,2; Until x>2; End. Помогите пожалуйста Link to comment Share on other sites More sharing options...
Тролль Posted November 27, 2009 Report Share Posted November 27, 2009 hundert: Смотри этот пост. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now