0 / 60 seg.

Analyze the functionality of the relational operators in this code:

int n = 10;
boolean check1 = n > 5;
boolean check2 = n != 10;