1. Suppose that a and b are int variables. What does the following sequence of statements do?
int t = a; b = t; a = b;
2. Suppose that a and b are boolean variables. Show that the expression
( ! (a && b) && (a || b)) || ( (a && b) || !(a || b) )
evaluates to true.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here