Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a program that generates the first n numbers in a sequence where each number is a power of 2.

Run the code to see the output here...