Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to find the number of bits that differ between two binary strings of equal length.

Run the code to see the output here...