Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
// CPSC 121L-01
// 02/01/23
// [email protected]
// Smoothchris1
// Lab 4-2
// If it is a pair programming lab please specify partner below.
// Partner: @peteranteater
#include <iostream>
#include "rectangle.h"
int main() {
std::cout << "====== Rectangle 1 ======" << std::endl;
unsigned int length1{0};
unsigned int width1{0};
std::cout << "Please enter the length: ";
std::cin >> length1;
std::cout << "Please enter the width: ";
std::cin >> width1;
Rectangle rectangle1{};
rectangle1.SetLength(length1);
rectangle1.SetWidth(width1);
std::cout << "Rectangle 1 created with length " << rectangle1.GetLength()
<< " and width " << rectangle1.GetWidth() << "n";
std::cout << "The area of Rectangle 1 is " << rectangle1.Area() << "n";
std::cout << "The perimeter of Rectangle 1 is " << rectangle1.Perimeter()
<< "n";
std::cout << "====== Rectangle 2 ======" << std::endl;
unsigned int length2{0};
unsigned int width2{0};
std::cout << "Please enter the length: ";
std::cin >> length2;
std::cout << "Please enter the width: ";
std::cin >> width2;
Rectangle rectangle2{};
rectangle2.SetLength(length2);
rectangle2.SetWidth(width2);
std::cout << "Rectangle 2 created with length " << rectangle2.GetLength()
<< " and width " << rectangle2.GetWidth() << "n";
std::cout << "The area of Rectangle 2 is " << rectangle2.Area() << "n";
std::cout << "The perimeter of Rectangle 2 is " << rectangle2.Perimeter()
<< "n";
Rectangle largest = LargestRectangleByArea(rectangle1, rectangle2);
std::cout << "n"
<< "The largest rectangle has a length of " << largest.GetLength()
<< ", a width of " << largest.GetWidth() << ", and an area of "
<< largest.Area() << "."
<< "n";
return 0;
}
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team