- I have done had of the work already
- Once the Process A is done writing the text, Process B needs to alert Process A about the typo in the sentence. So, the Process B needs to send the sentence that contains the word not available in the dictionary and ask for the replacement of each invalid word in the sentence.Note: The sentence can have more than one invalid word. Your program would be able to handle them.The communication mechanism between Process A and Process B should make use of an ordinary pipe (not fifo pipe).