Tuesday, 9 March 2010
Отличный online редактор блок-схем и диаграмм
Прошу: http://www.gliffy.com
Subscribe to:
Post Comments
(
Atom
)
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;
}