Question:
If I have a file with 5 items per line, ex:
Car Red 4door Chevy Good
Truck Black Club-Cab Ford Fair
Car Grey 2door Honda Good
etc....
and I want to read those values into an array to be able to separate or tally how many I have per classification, how can I accomplish that?
I've tried reading them in but I keep getting a syntax error. Please advise
If I have a file with 5 items per line, ex:
Car Red 4door Chevy Good
Truck Black Club-Cab Ford Fair
Car Grey 2door Honda Good
etc....
and I want to read those values into an array to be able to separate or tally how many I have per classification, how can I accomplish that?
I've tried reading them in but I keep getting a syntax error. Please advise