Question: write a C++ program that uses a while loop (no math library allowed) to find the smallest integer power of the user specified positive integer

write a C++ program that uses a while loop (no math library allowed) to find the smallest integer power of the user specified positive integer n that exceeds a user specified positive integer m(you are given m and n as inputs and you must find the smallest number k such that n^k > m )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!