Analyze the functionality of the relational operators in this code:
int n = 10;
boolean check1 = n > 5;
boolean check2 = n != 10;
Analyze the functionality of the relational operators in this code:
int n = 10;
boolean check1 = n > 5;
boolean check2 = n != 10;