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
You might also like to view...
The Microsoft tool ________ enables you to create your own digital certificate
Fill in the blank(s) with correct word
Which two Virtual SAN related actions might start resynchronization of virtual machine objects? (Choose two.)
A. Editing a virtual machine storage policy to increase the number of replicas. B. Editing a virtual machine storage policy to reduce the number of replicas. C. Editing a virtual machine storage policy to increase the number of disk stripes. D. Editing a virtual machine storage policy to reduce the number of disk stripes.