I am trying to compare the sizes of two boxes. I am not sure I am going about this the right way but I don't know how to enter the parameters for the function call in line 28:
//cout << "The biggest box is: " << larger();
Any ideas?
Hello, my aim is to output the maker name of the largest box. So for example if you input a and b as the maker names of the two boxes, and a has a volume of 8 and b has a volume of 12 then I want the output to be:
The biggest box is: b