Question: In the Distance class, implemented in the in lab task, create an overloaded * operator so that two distances can be multiplied together. Make it
In the Distance class, implemented in the in lab task, 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;
Youll need a one-argument constructor to convert floating-point values into Distance
values. Write a main() program to test this operator in several ways.
code it in c++ , urgent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
