shardonnay719 shardonnay719 07-03-2024 Engineering contestada Examine the following code:Fee fee;Fum fum;if (fee == fum) { std cout << "Whoopee!\n";}If we implemented it as a method, what would the expression fee == fum be translated to?