
Patrick B. answered 01/02/21
Math and computer tutor/teacher
Not a fan of fill in the blank programming....
what is this block supposed to do?
looks like it validating an arithmetic expression, and
your checking if the parenthesis are balanced....
no need for the stack, just count the parenthesis of any type,
both ) and (. There must be an EVEN # of them