I need to write a program which does not use the client/server model. This program reads a line from the terminal, call a function to process the line, and then write the results back to the terminal.
The input line should have the format of: OPERATOR:STRING where the operators indicated...