Write a C++ statement that calculates the result of the following expression: (x / y) 4

Question:

Write a C++ statement that calculates the result of the following expression: (x / y)4 – 10. The x and y variables have the double data type. Assign the result to a double variable named answer.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: