<p>C++ programing Stacks and Queues (.cpp .h)</p><p>modify this program as follows:<br/>1. Implement it as a dynamic stack (do not use a static stack ).Use a linked list to implement this.<br/>2.
<p>Implement a server application in Python, which acceptsarithmetic operations on port 8080 in the formatOPERATION*Num1*Num2 and returns the result with the patternRESULT*Result (Example: ADD*4*5 ? RESULT*9). Also add an errorhandling.</p><p>Use