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

1 Expert Approved Answer
Step: 1 Unlock

You can calculate the power of a number without using arithmetic operators by using a loop to perfor... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!