1
edit
Changes
no edit summary
conditions: !j (turns the variable j into a condition) if j is 0 it will be true (or 1) else it will be false (or 0).
question at end: answer n+= !a[i]; he wanted inside a for loop to only assign the 0's to variable n.