package q26;
public class Q26 {
public static void main(String[] args) {
int a = 2;
int b = ~a;
int c = a ^ b;
boolean d = a < b & a > c++;
System.out.println(d + " " + c);
boolean e = a > b && a > c++;
System.out.println(e + " " + c);
}
}
// Result:
// false 0
// true 1
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Tojose
Highly Voted 1 year agoSrinivasJasti
Most Recent 2 weeks, 2 days ago9817c20
2 months, 1 week agoxplorerpj
6 months, 3 weeks agozuluitai
7 months agojames2033
10 months, 4 weeks ago