Given a number, return the number of closed 'circles' in the base 10 numerical representation.
Note: the number 4 has no circles
Example:
8819 -> 5
Interpolating on a string (the ASCII values) is an interesting idea even though the long interpolation string could be reduced by subtracting '0', but at the expense of a "longer" solution.
363 Solvers
Least common multiple of many numbers
159 Solvers
434 Solvers
323 Solvers
Reverse the elements of an array
549 Solvers