Given the following declarations, which of the following statement will compile?
int i = 5; int j = 10;
Click to view the answer
a and d
The other options will not work because the expression does not evaluate to a Boolean value.