What will be output from the following code:

```
public void t e s t 7 ( ) {
int x = 1 2 ;
int y = 0 ;
while ( x < 10 j j y < 1)
{
x = x + 1 ;
y = y + 1 ;
System . out . p r i n t l n ( x + " , " + y ) ;
]
}
```


It will output the following:
13, 1

Computer Science & Information Technology

You might also like to view...

An advantage of using inheritance with exceptions is:

a. The ability to catch related errors easily. b. Allowing catch statements to be imported into classes. c. The ability to explicitly test for derived class objects individually. d. The simplification of destructor calls for objects.

Computer Science & Information Technology

You should NOT rerun an action query

Indicate whether the statement is true or false

Computer Science & Information Technology

To hear the sound or see the border associated with a mouse-over area, you must be in Slide Show view

Indicate whether the statement is true or false

Computer Science & Information Technology

Discuss the advantage of having a disk image.

What will be an ideal response?

Computer Science & Information Technology