I have a class project that requires a Symbol array. The parameters are:
Symbol class with constructor and methods equals and toString and a TestDriver class that declares the Symbol array and main. Here's what I have:
The print statements are always null. What am I doing wrong that I cannot populate/access sym? How do I add and read an element at sym [i]?
Thanks for your halp.