Exercise 10


In this exercise, we will revisit the parenthesis-balancing example from Module 8. Recall that, in balancing parentheses given as a string, the examples we saw determined whether or not the string had balanced parentheses. In this exercise, you will also print out the location of the problem whenever the paren's are not balanced.

To get started, download ParenBalancingExercise.java.

Submission:

What else is due: