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
...
This section is not available anymore. Please use the main Exam Page.1z0-829 Exam Questions
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, 3 months agoSrinivasJasti
Most Recent 3 months, 3 weeks ago9817c20
5 months, 2 weeks agoxplorerpj
9 months, 4 weeks agozuluitai
10 months agojames2033
1 year, 1 month ago