valdiviaricky300 valdiviaricky300 12-02-2024 Computers and Technology contestada What is the ending value of y? pow(u, v) returns u raised to the power of v.x = 2.0;y = 3.0;y = pow(pow(x, y)) + 1.0;O 8.0O Error: The compiler complains about calling a function within another functionO 9.0O 65.0