Introduction - If you have any usage issues, please Google them yourself
Design a program to calculate the value of the expression, with the following identifiers.
1. Value: an integer value can bring positive and negative numbers.
2. General operators: add, subtract, multiply, divide, left parenthesis, right parenthesis.
3. Output calculation.