Consider a condition to be check-in Java, which among the given two statements would be more appropriate if a = false and b = 0?
I. if(a && c/b == 1 ) { }
II. if(a & c/b == 1 ) { }1
Only I
2
Only II
3
Both I and II
4
None of these
5
Question Not Attempted