News

#A list containg random integers. Check whether sum of any elements in the list equal to zero or not ...
Methods Discussed in this page are : Method 1 : Using Iteration Method 2 : Using recursion Method 3 : Using inbuilt Function Method 1 : Declare a variable say Sum =0 to hold the value of sum Run a ...