I'm new to Java and I'm trying to make a program that can read the integers (listed below) from this link and store them in an array. I've searched around and I can't find any info or working examples of how to do it.
The integers are:
17,04,2011,1,2,7,10,13,23,24,25,26,27,38,39,41,43, 45,48,49,55,59,62
All integers will change each time the method is called. (Different links, same page layout)
Could anyone help me with the code or point me in the right direction? Maybe someone knows about some good tutorials that explains this?
Any help is greatly appreciated.
Regards
-B