Respuesta :

Answer:

True

Step-by-step explanation:

== is an operator that returns a boolean if both operand are equal.

1101 * 10 is 11010

11000 + 10 is 11010

11010 == 11010

Thus the output would be True.

Answer:

true

Step-by-step explanation:

= is an operator that returns a boolean if both operand are equal.

1101 * 10 is 11010

11000 + 10 is 11010

11010 == 11010

Thus the output would be True.

ACCESS MORE