Write a program using function to compute the number of zeros in the array

Sure thing. Here it is in APL for any rank of arr

z ← Zeroes arr
z ← +/0=,arr
commented: 1 liner in Numpy: numpy.count_nonzero(a, axis=None, *, keepdims=False) +15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.