|
How would you get information from a file and then store it in an array?
Here is my problem:
I am going to have to use a bufferedReader to read a file containing information on 10 vehicles. And after I read that file I want to store the info in Vehicle [] V.
Where should I start?
Thanks
Steve
|