Imagine that you are writing a JavaScript program to display the line items, beforetax discount, sales taxes, and total price for a users order. An error in this program is classified as a logic error when it___
a. involves an illegal mathematical operation during the total price calculation
b. halts program execution before all page elements are displayed by the browser
c. causes the discount to be applied after the taxes are added to the price, making the total price incorrect
d. prevents the program from being successfully loaded by the browser



Answer :

Other Questions