Multiple choice A relational operator assigns one operand to another compares two operands logically combines two operands gets a numeric result Reveal answer Fill a bubble to check yourself B Correct answer Explanation Relational operators (such as <, >, ==, !=) are used to compare two operands and return a boolean result (true or false) based on the relationship between them.