Here's the problem.
I need to read a file containing numbers like
1 2
3 4
5 6
7 8
and compute the sum of each row i.e 1+3 and return the sum to the main calling function.

Thanks,
Lav