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!

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

So I'm not able to add a third photo, but the last little bit says...

Here are the details of all students:
ID: 83557 | Grade: A
ID: 80992 | Grade: C+
ID: 81483 | Grade: B-
 
Since there are 2 questions, separate them as needed
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!
Create a class called "Student" that has private member variables for the student's ID
number and grade. The class should have four public member functions:
·
set_ID) to set the ID number of the student
set_grade() to set the grade of the student
get_ID() to retrieve the ID of the student
get_grade to retrieve the grade of the student
In your main function, create an array of three Student objects. Prompt the user to enter
the ID number and grade for each student and use the member functions to set the
values. After all the values have been set, display the data for each student. As an
example, your program execution should look like:
Enter the ID and grade of student #1: 83557 A
Enter the ID and grade of student #2: 80992 C+
Enter the ID and grade of student # 3: 81483 B-
Transcribed Image Text:Create a class called "Student" that has private member variables for the student's ID number and grade. The class should have four public member functions: · set_ID) to set the ID number of the student set_grade() to set the grade of the student get_ID() to retrieve the ID of the student get_grade to retrieve the grade of the student In your main function, create an array of three Student objects. Prompt the user to enter the ID number and grade for each student and use the member functions to set the values. After all the values have been set, display the data for each student. As an example, your program execution should look like: Enter the ID and grade of student #1: 83557 A Enter the ID and grade of student #2: 80992 C+ Enter the ID and grade of student # 3: 81483 B-
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Data members
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