Study Material
Computer Applications
The statement (1>0) || (1<0) evaluates to ...........
0
1
false
true
Java Operators
11 Likes
Answer
true
Answered By
4 Likes
Related Questions
The expression 17 % 4 gives the output ...........
View Answer
Bookmark Now
Assuming x = 1 with the following code snippet:
int y = --x;
Which one of the following is true?
View Answer
Bookmark Now
The statement (1>0) && (1<0) evaluates to ...........
View Answer
Bookmark Now
The statement (1==1)? 1: 0 evaluates to ...........
View Answer
Bookmark Now