What output is produced by the following code fragment?
```
int num = 87, max = 25;
if (num >= max*2)
System.out.println("apple");
System.out.println("orange");
System.out.println("pear");
```
The second println statement is improperly indented, so the output produced is:
apple
orange
pear
You might also like to view...
Three different authentication methods can be used with IKE key determination: Public key encryption, symmetric key encryption, and _________ .
Fill in the blank(s) with the appropriate word(s).
The main basis for technical competition among manufacturers is _______.
Fill in the blank(s) with the appropriate word(s).
Can a class implement two interfaces that each contains the same method sig-nature? Explain.
What will be an ideal response?What will be an ideal response?
Data contained in common fields across tables must serve an identical purpose in each table
Indicate whether the statement is true or false