c#include <bits/stdc++.h> using namespace std; class Rectangle{ private: int height; int width; public: Rectangle(int w, int h){ this->width = w; this->height
#include <bits/stdc++.h> using namespace std; class Rectangle{ private: int height; int width; public: Rectangle(int w, int h){ this->width = w; this->height