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...

If you convert a fractional value into its decimal equivalent (i.e. ½ to 0.5), how can you be sure to obtain an accurate result? Explain your rationale.

What will be an ideal response?

Computer Science & Information Technology

The _________________________ consists of tabs, groups, and commands.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is NOT a SmartArt type??

A. ?Process B. ?Waterfall C. Cycle? D. ?Pyramid

Computer Science & Information Technology

A ____ deployment uses local authentication with one or more RADIUS servers at each site. However, the authentication database is replicated from one central site to each local site.

A. distributed autonomous site B. distributed sites with centralized authentication and security C. single site deployment D. distributed sites and security with centralized authentication

Computer Science & Information Technology