The numbers array is a five-element one-dimensional int array. The following statement should display the result of

Question:

The numbers array is a five-element one-dimensional int array. The following statement should display the result of raising the first array element to the second power: cout << pow(nums[0], 2);. Correct the statement.

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

Step by Step Answer:

Question Posted: