Lets Do Some Calculation !!!! Client-Server Calculator [30 Points] In this task, you need to implement a client-server based calculator. The client can submit any number of queries (i.e. mathematical expressions) to the server. The server will evaluate the client’s queries one by one and send back the answer as a response. In this task,
This programming assignment makes you acquainted with the working principle of system calls. You…