| Title | Topics | Action | |||
|---|---|---|---|---|---|
| 145 | Count Zeros in an ArrayRead an integer n, then read n integers. Count how many of the values are exactl... | easy | ○ Not Started | ArraysLoops | Solve |
| 226 | Find Minimum in an Integer ArrayAn integer array contains `{12, 5, 19, 3, 8}`. Loop through the array and print ... | easy | ○ Not Started | Arrays | Solve |
| 147 | Longest Word LengthRead an integer n, then read n words. Find and print the length of the longest w... | medium | ○ Not Started | ArraysLoops | Solve |