|
|
|
|
|
by hatsix
3496 days ago
|
|
Parse this file and tell me the total of all $ amounts, and the line where we've reached 50% of the total $. How do you approach this problem and break it down. I've seen problems like this solved by looping through the file twice, because they answer one question at a time... But I'm hoping there is something out there that can teach the general process of breaking down the problem, identifying loops, identifying generalizable code, and anything else that needs to happen before your code can work. |
|