What will be output from the following code:
```
public void t e s t 9 ( )
{
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 stops without printing anything.
You might also like to view...
Case-Based Critical Thinking QuestionsCase 1Penny is just starting out in her database coursework and she is looking for a quick primer on some of the key terms that she will use again and again. Her roommate Meredith has offered to give her the guidance she seeks. Penny knows that items such as first name, last name, city, state, and zip are referred to by a common name. Meredith informs Penny that she can use the term ____ to refer to these items.
A. fields B. records C. rows D. relations
Which of the following is not an information type that is included within a data collector set?
A. Performance counters B. Counter alerts C. Event traces D. Protocol captures