Study Material
Computer Applications
The statement (1>0) && (1<0) evaluates to ...........
0
1
false
true
Java Operators
44 Likes
Answer
false
Answered By
7 Likes
Related Questions
The statement (1>0) || (1<0) evaluates to ...........
View Answer
Bookmark Now
The statement (1==1)? 1: 0 evaluates to ...........
View Answer
Bookmark Now
For x = 5, the statement sum = ++x + 8 evaluates to ...........
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