Rectangle Area

  • + 0 comments

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