User Profile
Collapse
-
How Do I Pass Certain Parts of an Array to Create Parts of an Object
I need to create multiple "runner" objects each with three variables. The variables should be name, runner id, and amount raised. I have to read in two text files to get the information for these. One text files contains the runner id and runner name. The other text file contains the runner id and donation amount. I created a "driver" class to read in the files and pass the info to a constructor in a "runner" class to...Last edited by Rabbit; Apr 28 '15, 04:05 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More