Problem 1895. Count ones
Write a program to count number of ones (1s) in an integer variable input.
For example: Input x=2200112231 output y=3
Input x=99933387 Output y=0
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers339
Suggested Problems
-
Remove all the words that end with "ain"
2297 Solvers
-
Find the peak 3n+1 sequence value
2498 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
602 Solvers
-
562 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
378 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!