Question: Find the complement of F(A,B,C) = AB + (BC' * A) and reduce it. Show your work for the reduction using the axioms of Boolean Algebra. Then, implement the simplified expression using AND, OR, and NOT gates.
You need to make well-formed and clean code. You should not copy and paste the code from other source.