class Puzzle {
int n, pow2;
}
Assume that n is greater than zero. Write a statement to set pow2
to the greatest power of 2 less than or equal to n. (Don't change n.)
This puzzle was solved for you in the text of Lab Five; but try to solve it again now on
your own.