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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -