Description of exercise:
First, study the code in Figure 5.5 on textbook. The parent thread creates the child thread to complete the summation and the parent writes the result out. In this exercise, you are asked to simulate such behaviour with processes.