calculator
Perform four function operations
Given one string argument containing integers delineated by +, -, *, /, evaluate the mathematical expression according to PEMDAS. Output the final number as an integer.
Perform four function operations
Given one string argument containing integers delineated by +, -, *, /, evaluate the mathematical expression according to PEMDAS. Output the final number as an integer.