Quote (m0hawk @ Feb 24 2014 05:03pm)
Sounds like you're very early in your study of the language, perhaps its best if you just dont use other classes for this simple problem. You can still make it with plain arrays
The problem asks him to store a name, sales, total compensation, and make use of an array or an array list. Unless the professor intended him to use 3 separate arrays then the assignment is geared towards teaching him incapsulations within object oriented paradigm. He needs to have at the very least a class to hold he above three values.