C++ Very Small Project
May 19th, 2009
I want a small program, that will read a txt file, that has:
name|surname|score from 100|score from 100|
From the array it’ll look at the first score and use 40% of the total value, from the second score, it’ll use this as the remaining 60% to work out the total final value.
Once it finds who has a combined total value of greater or equal to 50, the program will write back to the text file, a note next to that person to say either Congratulations or Failed.
It should also display back on the screen (printf) the results broken down to those who have passed (50 or above) and those that have failed (49 or below)
Quick job for someone.



