Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program that counts how many numbers in an array have a valid binary representation of a positive integer.

Run the code to see the output here...