From chapter 6, question 22. (This is chapter 5 question 22 in the 4th edition).
From chapter 7, questions 4, and 10. (Again, this is chapter 6 in the 4th ed).
In addition, write a small program in either C, C++ or Java that demonstrates whether arguments to plus are evaluated right then left, or left then right, and whether arguments to functions are evaluated from left to right or from right to left. Hand in your function, some sample output, and an explanation of why and how your function demonstrates the conclusions you draw.
From chapter 8, questions 13 and 16. (These are the same in chapter 7 in the 4th edition).