Question:(A)This is the =, +=, *=, /=, .= _______ Operators (B)This is the >, <, <=, >=, ==________ Operators (C)This is the &&, ||, !, _______ Operators.
+ AnswerLogical, Comparison, Assignment,
+ Report