diff --git a/rectangleArea-HR.cpp b/rectangleArea-HR.cpp new file mode 100644 index 0000000..68cc1dd --- /dev/null +++ b/rectangleArea-HR.cpp @@ -0,0 +1,49 @@ +#include + +using namespace std; + +class Rectangle { + protected : + int width; + int height; + public : + void display(){ + cout<>width>>height; + } + void display(){ + cout<