Hello, I need to read all lines of a table and add all together e.g.

Line 1 = 25
Line 2 = 50
Line 3 = 25

Then the Math.Floor must add all to 100.

Thx 4 help