paintballer100
2010-09-13 09:38:29 UTC
The only clues he's given us is to use indexof to find the commas, use vectors, and then use the toUpperCase to make the whole word upper case, and then use toLowerCase to lower everything but the first letter.
It is comprised of two classes. I will include links to pastebin.com to show you code.
First_314_Project class-
http://pastebin.com/9JR5Ug6N
Person class-
http://pastebin.com/TW28RbVT
It reads from a file called DATA314 and I will host it for download here-
http://www.mediafire.com/?fwhszrrh6oakb6a
Any help you can give would be greatly appreciated. Like I said, I have no idea where to even start. I'm not sure how to even use vectors or indexof. Also, we have to fix the scores. More detailed instructions are commented out in the Person class.