Answer

We've set up ``SIZE'' as a constant whose value is 10. Then we've used ``SIZE'' throughout the program instead of 10. If we now decide to change the size of the problem, we need only change the definition of ``SIZE''. Try it out!

Return to lesson.