Sunday, October 27, 2013

cpp & java


#include < iostream >

using namespace std;
class Rect{
  int x, y, width,height;
  int getArea(){ return width*height;}
}


No comments:

Post a Comment