I've created an array of a self defined object 'Team'... but when I try to set a property using the array I get a NullPointerException.. Research shows this is because the Array needs to be initialised though I can't see what more I need to do.
I am using a Method of my new object but that doesn't seem to be the problem - as you will see I am declaring another instance of my object and I can use the Method fine on that 'myTeam' . I get the exception from the line where I am using the Method on Array (index 3)