1 // Rectangle.cpp 2 using namespace std; 3 class Rectangle 4 { public: // Declare public methods here dpib;e ummary i this lab, you create a programmer-defined class and then use it in a C++ rogram. The program should create two Rectangle objects and find their rea and perimeter. 7 8 private: // Create length and width here double length; istructions |10 11 double width; 1. Ensure the class file named Rectangle.cpp is open in your editor. 12 }; 13 2. In the Rectangle class, create two private attributes named length and width. Both length and width should be data type double. 14 void Rectangle::setLength(double len) 15 { 16 3. Write public set methods to set the values for length and width. 17 } 18 4. Write public get methods to retrieve the values for length and 19 void Rectangle::setWidth(double wid) 20 { width. 5. Write a public calculateArea() method and a public 21 // write setWidth here 22 } calculatePerimeter() to calculate and return the area of 23 the rectangle and the perimeter of the rectangle. 24 double Rectangle::getLength() 25 { 6. Open the file named MyRectangleClassProgram.cpp. 26 // write getLength here 7. In the MyRectangleClassProgram, create two Rectangle objects named 27 } 28 rectanglel and rectangle2 using the default constructor as you | 29 double Rectangle::getWidth() 30 { // write getWidth here 32 } saw in MyEmployeeClassProgram.cpp. 31 8. Set the length of rectanglel to 10.0 and the width to 5.0. Set the length of rectangle2 to 7.0 and the width to 3.O. 33 34 double Rectangle::calculateArea() 35 { 9. Print the value of rectanglel's perimeter and area, and then print the value of rectangle2's perimeter and area. 36 // write calculateArea here 37 } O. Execute the program by clicking the Run button at the bottom of the 38 39 double Rectangle::calculatePerimeter() 40 { screen 41 // write calculatePerimeter here 42 }
1 // Rectangle.cpp 2 using namespace std; 3 class Rectangle 4 { public: // Declare public methods here dpib;e ummary i this lab, you create a programmer-defined class and then use it in a C++ rogram. The program should create two Rectangle objects and find their rea and perimeter. 7 8 private: // Create length and width here double length; istructions |10 11 double width; 1. Ensure the class file named Rectangle.cpp is open in your editor. 12 }; 13 2. In the Rectangle class, create two private attributes named length and width. Both length and width should be data type double. 14 void Rectangle::setLength(double len) 15 { 16 3. Write public set methods to set the values for length and width. 17 } 18 4. Write public get methods to retrieve the values for length and 19 void Rectangle::setWidth(double wid) 20 { width. 5. Write a public calculateArea() method and a public 21 // write setWidth here 22 } calculatePerimeter() to calculate and return the area of 23 the rectangle and the perimeter of the rectangle. 24 double Rectangle::getLength() 25 { 6. Open the file named MyRectangleClassProgram.cpp. 26 // write getLength here 7. In the MyRectangleClassProgram, create two Rectangle objects named 27 } 28 rectanglel and rectangle2 using the default constructor as you | 29 double Rectangle::getWidth() 30 { // write getWidth here 32 } saw in MyEmployeeClassProgram.cpp. 31 8. Set the length of rectanglel to 10.0 and the width to 5.0. Set the length of rectangle2 to 7.0 and the width to 3.O. 33 34 double Rectangle::calculateArea() 35 { 9. Print the value of rectanglel's perimeter and area, and then print the value of rectangle2's perimeter and area. 36 // write calculateArea here 37 } O. Execute the program by clicking the Run button at the bottom of the 38 39 double Rectangle::calculatePerimeter() 40 { screen 41 // write calculatePerimeter here 42 }
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education
Expert Answers to Latest Homework Questions
Q: Question 1
The value of sin(5M) where M
(0,0), (1, 1) and (3,0) is
=
O-0.091
0.126
-0.231
O -0.775…
Q: Region D of the (x, y)-plane is the locus of points satisfying the conditions x > 0,
−1 – log x ≤ y…
Q: SOLVE STEP BY STEP WITHOUT CHATGPT OR ANOTHER AI
Determine the total resistance, IT, I₁, I2, and I3…
Q: SOLVE STEP BY STEP WITHOUT CHATGPT OR ANOTHER AI
Determine the total resistance, current intensity,…
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: 11. Determine the scalar equation of the plane that contains the z axis and the point
P(4,-3,5).
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: Please help on all asked questions. Please show all work and steps. Please circle the final answer.
Q: An eccentric sheave of uniform thickness is 500 mm diameter, the hole for the shaft is 125 mm…
Q: Can the professional solve the image with a clear and detailed answer write it on paper thnak you…
Q: Find Voltage and Current for: R1, C1, and L1. As well as ZT.DO NOT USE AI NEED HANDWRITTEN ANSWER
Q: Please correct answer and don't used hand raiting