Question
1. Use the STL stack container in a program that reads a string, an arithmetic expression to be exact, one character at a time, and determines if the string contains balanced parenthesis – that is, for each left parenthesis (if there are any) there is exactly one matching right parenthesis later in the string.