Which of the following is an example of a logic bug?
A.
Multiplying strings together
B.
An infinite loop
C.
A missing parenthesis
D.
A string that has no quotation marks or apostrophes around it

Respuesta :

Missing parenthesis would be a logic bug because it results in the wrong answer being generated by the compiler.