Arrays "reset"
Hi
I have been studying JAVA about half a year. This is my first time to post a question.
I am currently writing a scoreboard for a darts game. I have tried the internet and a few forums for an answer but no luck.
I need to 'reset' an array so that it is zeroed.
I read on another forum that you should re-initialise it.
Is this correct or is there a better way to do this?
I have tried to pass zero values to the method which fills the array but this has proved inadequate.
Any pointers are welcome.
Thanks Elle

