online C++ computer
pls e urgent
![Online C Computer Pls E Urgent class=](https://ro-static.z-dn.net/files/d69/5d363780a1d5897164edc7c7a4229a96.jpg)
Răspuns:
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
int x, y, e;
cout << "\n x = ";
cin >> x;
cout << "\n y = ";
cin >> y;
e = (pow(7 * x + 6 * pow(y, 2), 3) / abs(2 * x + 2 * pow(y, 2))) + ((3 * sqrt(x + 3 * pow(y, 2)) + 7 * x) / pow(6 * x + 7 * y, 3));
cout << "\n E = " << e;
}
Explicație: