You are on page 1of 1

class Box {

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

You might also like