Remote Calculator Application Application to calculate the sum of user input integers sort a user intput integer array The application is implemented using both asynchronous and synchronous RPC calls Usage Run server.py and client.py simulatneously in the order Choose an operation to perform (ADD | SORT) (case sensitive) Depending on the choice of operation ADD: enter two integers when prompted; the sum of which shall be printed SORT: enter size of array and the same number of unordered array elements; the output of which shall be the sorted list of entered numbers