Question: Write the definition of a function powerTo, which receives two parameters. The first is a double and the second is an int. The function returns
Write the definition of a function powerTo, which receives two parameters. The first is a double and the second is an int. The function returns a double.
If the second parameter is negative, the function returns 0. Otherwise, it returns the value of the first parameter raised to the power of the second.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
