Hay look at this


String add(mcmLength L2)
{
temp=(this.m+L2.m)*1000 + (this.cm+L2.cm)*10 + (this.mm +L2.mm);
m=temp/1000; // The Problem is here, m is the variable of...