computer question give the output
Answers
Answered by
1
The above statement is true.
Answered by
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