You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Tenths object, an Inches object and a Millimeters object. Create the necessary casting functions so that they can easily be changed from one type to another. Also allow Tenths to cast into and out of long double, but Inches and Millimeters probably should not cast into and out of long double.
The text was updated successfully, but these errors were encountered:
Create a
Tenths
object, anInches
object and aMillimeters
object. Create the necessary casting functions so that they can easily be changed from one type to another. Also allowTenths
to cast into and out oflong double
, butInches
andMillimeters
probably should not cast into and out oflong double
.The text was updated successfully, but these errors were encountered: