Give me the count of numbers from 1 to n having their last two bits as 0.
For example
function y = ret_count(4)
y = x;
end
Here 4 means you have to check the numbers between 1 to 4.
So the answer will be 1 as binary value of 4 is 00000100.
Here n in the function is the number of numbers to be checked starting from 1.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers243
Suggested Problems
-
Numbers with prime factors 2, 3 and 5.
683 Solvers
-
Output any real number that is neither positive nor negative
410 Solvers
-
Find out sum of all elements of given Matrix
534 Solvers
-
Matlab Basics - Convert a row vector to a column vector
680 Solvers
-
Find the next Fibonacci number
906 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
i think cody has problem with input argument of type "double". When I use Matlab IDE i got the total correct answer