Answer:
true
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.
True
== is an operator that returns a boolean if both operand are equal.
4.7m questions
6.1m answers