Problem 322. Number of Circles in a Number
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
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers230
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2728 Solvers
-
Reverse the Words (not letters) of a String
440 Solvers
-
Back to basics 25 - Valid variable names
324 Solvers
-
Getting the indices from a vector
9799 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11356 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!