create two classes DM and DB which stores the value of distances. DM stores distances in metres and centimetres and DB in feet and inches. Write a program that can read values for the class objects and add one object DM with another object of DB. use friend function.