I can only create XOR and NOT gates, can I use them to create an AND gate?
I was expecting this to be easy to find, but I was unable to do so. I´m quite unsure of what the answer might be, since unlike AND and OR gates, XOR has no output that is generated by only one input (true is returned for both 1+0 and 0+1, while falste for 1+1 and 0+0).