You are viewing a single comment's thread. Return to all comments →
class Rectangle{ public : int width , height; void read_input(){ cin>>width>>height; } void display(){ cout<
Seems like cookies are disabled on this browser, please enable them to open this website
Rectangle Area
You are viewing a single comment's thread. Return to all comments →
class Rectangle{ public : int width , height; void read_input(){ cin>>width>>height; } void display(){ cout<