ممكن احد يشرحلي السؤال
programming
a-If item is nonzero, then multiply product by item and save the result in product; otherwise, skip the multiplication. In ether case, print the value in product.
c-If x is 0, add 1 to zero_count. If x is negative, add x to minus_sum. If x is greater than 0, add x to plus_sum