If I have a text file with numbers like: 25.1, 2.2, .02, .11, 11.5, 9.6, etc How do I store all this in an array of type Number (for example, Number[] myArray)?