I'm trying to get any of my arrays to print out something. I tried just printing 1 item. What am I doing wrong? Can anyone write some exact code as to how I would make this print out something?
You haven't invoked you print function hence nothing got printed out, try putting the print statment in the main method or SuperMarket.print in the class area should run the print statment, i think.