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
Get step-by-step solutions from verified subject matter experts
