ممكن احد يشرحلي السؤال
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