My assignment:
Implement and use the Stack Class to check for balancing of enclosure
symbols:
Given a text file containing a sequence of characters, develop a program to check for
balancing of the symbols ( ) , [ ] , { } by using a stack ADT.
I do not understand what I am required to do. Can anyone simplify what the program should do?