class aimtocode { public: double length;
// Length of a box
double breadth;
// Breadth of a box
double height;
// Height of a box
}