Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program that multiplies two integers without using the multiplication operator by utilizing bit shifting.

Run the code to see the output here...