Powers Of 3
August 27, 2019
This problem appeared on a beginning-programmers discussion list:
How can I determine if a number n is a power of 3?
Your task is to write a program to determine if a number is a power of 3. When you are finished, you are welcome to read or run a suggested solution, or to post your own solution or discuss the exercise in the comments below.