Problem:
Question- You have a three-input lookup table with inputs a, b, and c. Write the lookup table contents for these Boolean functions:
a). a AND b.
b). a AND b AND c.
c). a XOR b XOR c.
d). a + b + c(arithmetic)
Please show all the calculations step by step.