c++
2) Write a function called power that takes as parameters one double x and one integer ” and returns the value of x raised to the power . (Do not use the built-in function pow). Test your function For example: power(2.0, 3) should return 8 (i.e. 2.0*2.0*2.0) Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .