andrianartic3496 andrianartic3496 07-03-2024 Engineering contestada Examine the following code:Fee fee;Fum fum;if (fee == fum) { std cout << "Whoopee!\n";}What would be the DECLARATION of a GLOBAL FUNCTION that could implement this operator?