HI,

I am a newcomer to the Java programming scene and I was wondering if anyone could give me a few tips with regard to a project I have to do.

Basic structure is that i have a few classes; Employee, Assignment, Manager, Consultant, and Project. I have Employee, manager and Consultant working fine but I need to create an array within Project that will hold my assignments and I also need to create an array with assignment...