Write an expression that evaluates to true if and only if the variables profits and losses are exactly equal .

LANGUAGE: C++

CHALLENGE:

Write an expression  that evaluates  to true  if and only if the variables  profits and losses are exactly equal.

SOLUTION:


(profits == losses)