Hi, I am going through this chapter about overloaded operators and I can't understand the output of the code below, or rather I should say the code is so complicated that I can't follow the steps involved in getting the output below:
(7,3)
21
Can someone explain me the steps involved in getting such results? which lines do what?
I really have to be able to predict the outputs of such codes to pass my assignment. Helps!