Skip to main content

Hi all,

 

Am new to the coding,  how to sum the array values. 

can any one explain me.

Assign sum =0
Loop over list

   Assign sum = sum + current item


Reply