Hi,
I have created an Object Array, In one of the classes I have created a method to delete a certain entry in the method the value is passed from the main class.
database.removeScore("s2"); and the content is database.studentscores[1] = new StudentScore("s2", 97);
now...