Question: The following code snippet contains an error. What is the error? if ) > ( 1 0 0 ; { c o s t =

The following code snippet contains an error. What is the error?
if )>(100;
{
cost=cost-10
}
System.out.println("Discount cost: "+ cost);
Logical error: use of an uninitialized variable
Logical error: if statement has do-nothing statement after if condition
Syntax error (won't compile)
Logical error: assignment statement does not show equality
 The following code snippet contains an error. What is the error?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!