Following Along Async Tutoring [Dface]

1&0:


And of 1 and 0 is 0

or(1, not(0)):

Start with not 0. Thats 1 so “or” of 1 and 1 is 1

(not (and (or 1 0) 0)):


lets start with “or” of 1,0. Thats 1. Then and of 1,0. Thats 0. Then not if that which is 1

Answer is 1