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 Solvers360
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15775 Solvers
-
Find the sum of the elements in the "second" diagonal
1200 Solvers
-
Return the first and last characters of a character array
11787 Solvers
-
Set some matrix elements to zero
620 Solvers
-
Change the sign of even index entries of the reversed vector
636 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!