โ Back to Arrays
Question 145
Count Zeros in an Array
Count Zeros in an Array
Read an integer n, then read n integers. Count how many of the values are exactly 0 and print the count. Use a loop to read the numbers and an if statement to check if each value is zero.
Expected Output:
3
Topics:
ArraysLoops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.