Question: Create a C++ class named Rectangle, which has two data members one is the breath and the other is length of the rectangle, It also
Create a C++ class named Rectangle, which has two data members one is the breath and the other is length of the rectangle, It also has a function named Area() which calculated the area of the rectangle Inpu the length and the breath of the rectangle from the user and calculate the area of the rectangle.
Step by Step Solution
3.38 Rating (148 Votes )
There are 3 Steps involved in it
Solution Code and output include include using namespace std ... View full answer
Get step-by-step solutions from verified subject matter experts
