Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program to determine if two binary strings of equal length can be made equal by flipping an odd number of bits.

Run the code to see the output here...