[solved] – Question 75615
In the Distance class, as shown in the FRENGL and FRISQ examples in this chapter, create an overloaded * operator so that two distances can be multiplied together. Make it a friend function so that you can use such expressions as Wdist1 = 7.5 * dist2; You’ll need a one-argument constructor to convert floating-point values into Distance values. Write a main() program to test this operator in several ways.
Expert Answer
OR

