Write a program that asks the user to enter an integer and prints two integers, rootand pwr, such that 0 < pwr < 6and root**pwris equal to the integer entered by the user
Answers
Answered by
1
Answer:
enter two number
pwr ,n,u
o<pwr<n
root of pwr
if n==pwr
Similar questions