math - Fetching input back after OR of two inputs -
I have two numbers: A and B. I do the following.
A or B = Output
How can I now get the Number B from the output and A i, A
? Output? (1 or 0 = 1) and (1 or 1 = 1) since A = B
There is no general connection to detect B. You can only find B if A = 0, B = output.
Comments
Post a Comment