Saved Bookmarks
| 1. |
Find out the errors if any #include using namespace std; Class to represent a box class Box {public: double length; double breadth; double height;// Inline initializationBox(double lv = 1.0, double bv = 1.0, double hv = l.0):length(lv), breadth(bv), height(hv){cout |
|
Answer» tire CODE is recuced to this:class Box {PUBLIC: double length; double breadth; double HEIGHT;because of the neverending commentLearn to write code with PROPER indentation.Its impossible to UNDERSTAND |
|