Power of Three
Try to solve the Power of Three problem.
We'll cover the following...
We'll cover the following...
Statement
Given an integer n, determine whether it is a power of three. Return TRUE if it is, and FALSE ...
Try to solve the Power of Three problem.
Given an integer n, determine whether it is a power of three. Return TRUE if it is, and FALSE ...