Question: help argent estion 9 Write a C++ program that defines and tests a function power(base, exponent) that takes two integers b and x and returns
help argent

estion 9 Write a C++ program that defines and tests a function power(base, exponent) that takes two integers b and x and returns b' by using only multiplication. Design your own function. Do not use the built in function pow(). Sample output: Enter base: 2 Enter Exponent: 3 2 to the power 3 = 8 Arial 3 12pt) T := =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
