hi guys.. i have a problem of my program in java. AND THIS IS NOW THE PROBLEM: Hope you can make me a simple program.god bless.. PROBLEM: "Given two bit strings of length n, find the bitwise AND, bitwise OR, and bitwise XOR of these strings." Ex. input bitwise string 1 : 010111 input bitwise string 2 : 101111
Output: The bitwise AND of string 1 and string 2 is 000111. The bitwise OR of string 1 and string 2 is 111111. The bitwise XOR of string 1 and string 2 is 111000.