Consider the outcome of this Java code with relational operators:
int x = 7; boolean check = x != 5;
Logical error in the code
Syntax error in the code
check is false
check is true