Chapter 9 Exercise Set 1ΒΆ

  1. Write a function with a const parameter, and then modify it in the function body. Try compiling it and note what happens on your system.

  2. Rewrite the increment function from the Modifiers section without iteration using the approach introduced in the Incremental development versus planning section.