Computer Science, asked by aarshverma24feb2006, 15 days ago

computer question give the output

Answers

Answered by Anuskha13
1

The above statement is true.

Answered by crankybirds30
1

Answer:

false

Explanation:

1: public class CompareValues {

2: public static void main(String[] args) {

3: int x = 0;

4: while(x++ 10) {}

5: String message = x 10 ? "Greater than" : false;

6: System.out.println(message+","+x);

7: }

8: }

Similar questions