Given a string of parentheses (){}[], determine if the order is valid (balanced). Every opening bracket must have a matching closing bracket in the correct order.
Click Run to test your code