Examlex

Solved

Consider the Following Code Snippet

question 104

Multiple Choice

Consider the following code snippet:
Int score = 0;
Double price = 100;
If (score > 0 && price < 200 && price / score > 10)
{
System.out.println("buy") ;
}
Which of the following statements is true on the basis of this code snippet?


Definitions:

Related Questions