0 / 60 seg.

Analyze the NOT operator in this Java code:

int n = 10;
boolean c1 = n > 5;
boolean c2 = !c1;