Which of the following statement will compile?
int i = 5; int j = 10;
A and D
while() in Java only accepts expression evaluated to a Boolean value.