Write a C++ statement that calculates the square root of the following expression: x 2 * y

Question:

Write a C++ statement that calculates the square root of the following expression: x2 * y3. 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: