Find if a number can be represented as power of some other numbers
Answers
Answered by
3
Answer:
Let two integers x, y, if x is integer power of y"
For eg. X=8,y=2
The answer is true but for x=10 y=2
That's false
Observation that int n=y if n <x
So n*=y
Return n=x
Mark as brainleist
Similar questions