#include class Rectangle{ public: int width; int height; void display(){ cout<>width; cin>>height; } void display(){ cout<