Blog about system engineering, programming and networks
include #include #include using namespace std; int main() { float x, y; cout « "Vvedit x: \n"; cin » x; y=2*sin(x)*sin(2*x-1.5)*cos(2*x+1.5)-6; cout « "y="« y « "\n"; getch (); return 0; }
Note: only a member of this blog may post a comment.
include
ReplyDelete#include
#include
using namespace std;
int main()
{
float x, y;
cout « "Vvedit x: \n";
cin » x;
y=2*sin(x)*sin(2*x-1.5)*cos(2*x+1.5)-6;
cout « "y="« y « "\n";
getch ();
return 0;
}