What output is produced by the following code fragment?

```
int limit = 100, num1 = 15, num2 = 40;
if (limit <= limit)
{
if (num1 == num2)
System.out.println("lemon");
System.out.println("lime");
}
System.out.println("grape");
```

The output is:
lime
grape

Computer Science & Information Technology

You might also like to view...

A ________ control is a control whose data source is an expression that you create

A) label B) bound C) calculated D) text box

Computer Science & Information Technology

When you open a copy of a template in the form of a new Word document, the title bar indicates Template followed by a number

Indicate whether the statement is true or false

Computer Science & Information Technology