Question

Of the following, which is not a logic error?
(a) Using the assignment (=) operator instead of the (==) equality operator to determine if two values are equal
(b) Dividing by zero
(c) Failing to initialize counter and total variables before the body of a loop
(d) Using commas instead of the two required semicolons in a for header

Answer

This answer is hidden. It contains 3 characters.