Problem 2270. Bit calculation
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
Nguyen Gia
on 28 Mar 2022
i think cody has problem with input argument of type "double". When I use Matlab IDE i got the total correct answer
Solution Comments
Show commentsGroup

Basics - Triangles
- 9 Problems
- 1274 Finishers
- Calculate the area of a triangle between three points
- Side of an equilateral triangle
- Is this triangle right-angled?
- Find my daddy long leg (No 's')
- Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
- Is the Point in a Triangle?
- Height of a right-angled triangle
- Find the sides of an isosceles triangle when given its area and height from its base to apex
- Can we make a triangle?
Problem Recent Solvers217
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!