kaadenday8764 kaadenday8764 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 global function, what would the expression fee == fum be translated to?