Introduction - If you have any usage issues, please Google them yourself
Friend write C++ program perform the following functions: (1) the definition of a Boat and Car two classes, they have private property- Weight (2) write a function to calculate the weight of both and. double TotalWeight (Boat & b, Car & c)