Question
Write a C++ code for task 2 according to given condition. Task # 02. Create a class Rectangle keeping in mind that rectangle have length
Write a C++ code for task 2 according to given condition.
Task # 02. Create a class Rectangle keeping in mind that rectangle have length and width. One should be able to calculate the perimeter () and the area () of the rectangle, can set a value to length and width and retrieve the value of Length & width. Where 0 < length < 21 0 < width < 21 Area of Rectangle-length*width; Perimeter of Rectangle = (length + width) *2; TEST PLANS Commands Output Rectangle r; r.set (2); r.getLength (); r.set (50); r.getLength (); Rectangle f=r3B f.set (-20); f.getLength ();
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
Step: 1
H include Liostream using names pa ce Std class Reckang le 1l class Rectang le 1219nd Re...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Mobile Communications
Authors: Jochen Schiller
2nd edition
978-0321123817, 321123816, 978-8131724262
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App