Question: This is a c++ problem #include #include using namespace std; // This program uses a structure to hold data about a rectangle // PLACE YOUR
This is a c++ problem

#include #include using namespace std; // This program uses a structure to hold data about a rectangle // PLACE YOUR NAME HERE // Fill in code to declare a structure named rectangle which has // members length, width, area, and perimeter all of which are floats int main() { // Fill in code to define a rectangle variable named box cout Exercise 1: Fill in the code as indicated by the comments in bold Exercise 2: Add code to the pro wil1 determine whether or not the rectangle entered by the user is a square. Sample Run: Enter the length of a rectangle: 7 Enter the width of a rectangle:7 The area of the rectangle is 49.00 The perimeter of the rectangle is 28.00 The rectangle is a square Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
