#include < iostream > using namespace std; class Rect{ int x, y, width,height; int getArea(){ return width*height;} }
No comments:
Post a Comment