DESIGN OF OUR "vehicleData.txt" file

TYPE of vehicle (car, Truck, SUV)
MAKE of vehicle (Acura, Jeep, Honda, Pontiac, etc.)
MODEL of vehicle (Civic, Cherokee, Prius, etc.)
YEAR of vehicle (4 digit #)
boolean isAutomatic (true or false)
PRICE (no commas or dollar signs, just the #)
MPG (just the number)
boolean isConvertible (true or false)

=== If you wrote "man" or "auto" for automatic (or y/n for convert) do a replace all in notepad to make it work with the format above. ===

Creating your data file

Get the information above for 20 vehicles.

Creat the .txt file by writing the list WITHOUT ANY BLANK LINES between cars. As there are 8 'instance variable' items, you should have (8*20) 160 lines in your text file.

Make sure it is saved to the school server or a flash drive that can be brought in next class. WE WILL be working with these that day.