in the digital as well as physical world society's citizens are free to speak out assemble with others and pursuit enjoyable act
ivities. similar to the physical world societies digital citizens also have a responsibility to keep their communities Clean safe and inviting. what term is used to describe the connection between digital citizens?
There are actually quite a few different terms that can be used to describe the connection between digital citizens, and they are Cyber City, Digital Society, and Global Village.
{{5,10,15,20},{25,30,35,40}} is answer where zero is not found.
<u>Explanation:</u>
This program finds zero in giving as arrays of value as a parameter. The program has two loop. One is a row of the array and the other is column loop for each row o an array. For loop is created with a variable namer row and the loop ends with a length of the array of each row.
In side row for loop col loop is created and loop ends with each row-column length of cells. If data in each cell i.e (row, col) calue is zero it returns true and the loop is terminated immediately.
In case if the value of the cell doesn’t found zero it never terminates the loop and continuous loop and returns a false value. Find Zero functions accept the two-dimensional array and check whether cell value is zero. If it is zero found return true otherwise it returns false.