News

Should be simple for you. Declare a sum variable. Then just loop through the list and add it to the sum. It’s super simple. You got a list. Loop through the list. You have done that multiple times ...
#A list containg random integers. Check whether sum of any elements in the list equal to zero or not ...