Question: Write a function to find power of a number but without using arithmetic operator Take two input from a user base and exponent . Multiply
Write a function to find power of a number but without using arithmetic operator
Take two input from a user base and exponent. Multiply the base with itself. You will need to use a loop.
Step by Step Solution
3.43 Rating (162 Votes )
There are 3 Steps involved in it
You can calculate the power of a number without using arithmetic operators by using a loop to perfor... View full answer
Get step-by-step solutions from verified subject matter experts
