195k views
1 vote
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

1 Answer

1 vote
Missing parenthesis would be a logic bug because it results in the wrong answer being generated by the compiler.  
User Jason Kulatunga
by
8.0k points