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

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -