Printing array error
问题 This is probably a simple fix, but I am just not seeing it. I am trying to figure out, how do I get my printOut() method to print properly from the main Project5PartA ? Do I need get, set, and return methods? Also, is my while loop even necessary in the Tester class? The program compiles and keeps running to infinity, so I guess the while loop is wrong. But it also only prints out [Ljava.lang.String;@7c1c8c58 continuously on each line. The classes that extend the main are irrelevant and part