Introduction - If you have any usage issues, please Google them yourself
In this assignment we will implement a "guessing" program.
Our program will select a secret number from 1 to 100 and we will try to guess that number.
To implement our program we will use IPC.
The CHILD process is the one that selects the number and