0 Comments
Answer:
possiblecandidate = true;
if( ( ( n >= 2 ) && ( n % 2 == 0 ) ) || ( n <= 0 ) )
possiblecandidate = false;
Step-by-step explanation:
9.4m questions
12.2m answers