Hi all, Thanks for reading my question. I have a CSV file, I read it and store it in a variable. Now i just want to PLUS all the column to see its sum. For example
3,34
12,673
23,8543
SUM
-------------
965,12658
Columns and rows can be N limit. Looks easy but don't know, its taking my all time. Please do let me know which data structure should I use? Or if you can tell me some steps to solve this problem. Thanks !