Create a class called "Rectangle" that has two private member variables: "length" and "width". The class should have two public member functions: set_dimension() to set the values of the length and the width of the rectangle area() to calculate the area of the rectangle In your main function, create two Rectangle objects and prompt the user to specify the length and width values for the two rectangles. Use the member functions to set the length and width of the rectangles. Then, compare the areas of the two rectangles and print out a message indicating which one is larger. As an example, your program execution should look like: Enter the length and width of rectangle #1: 54 Enter the length and width of rectangle #2: 73 Rectangle #2 is larger!

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 1CP: In previous chapters, you have created programs for the Greenville Idol competition. Now create a...
icon
Related questions
Question

The code is in C++

Create a class called "Rectangle" that has two private member variables: "length" and
"width". The class should have two public member functions:
set_dimension() to set the values of the length and the width of the rectangle
area) to calculate the area of the rectangle
In your main function, create two Rectangle objects and prompt the user to specify the
length and width values for the two rectangles. Use the member functions to set the
length and width of the rectangles. Then, compare the areas of the two rectangles and
print out a message indicating which one is larger. As an example, your program
execution should look like:
Enter the length and width of rectangle #1: 5 4
Enter the length and width of rectangle #2: 7 3
Rectangle #2 is larger!
Transcribed Image Text:Create a class called "Rectangle" that has two private member variables: "length" and "width". The class should have two public member functions: set_dimension() to set the values of the length and the width of the rectangle area) to calculate the area of the rectangle In your main function, create two Rectangle objects and prompt the user to specify the length and width values for the two rectangles. Use the member functions to set the length and width of the rectangles. Then, compare the areas of the two rectangles and print out a message indicating which one is larger. As an example, your program execution should look like: Enter the length and width of rectangle #1: 5 4 Enter the length and width of rectangle #2: 7 3 Rectangle #2 is larger!
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
JQuery and Javascript
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage