Problem *15. It has a "*" because it's supposedly a "tricky" problem. That being said, how can I approach this? What's so tricky about it?
Rewrite the following loop so that it's body is empty.
for (n = 0; m > 0; n++)
m /= 2;
Rewrite the following loop so that it's body is empty.
for (n = 0; m > 0; n++)
m /= 2;