(a) Debug the errors in the following code.
module 3_example (A, B, C, D, E, F) // Line 1 inputs A, B, C, Output D, E, F, // Line 2
output D,E,F, // Line 3
and g1(A, B, D); // Line 4
not (E;A), // Line 5
OR (F, B; C); // Line 6
end module; // Line 7