Question: Write a C + + program that that computes the area of a rectangle, which is width * height. Run the program and correct any

Write a C++ program that that computes the area of a rectangle, which is width * height.
Run the program and correct any errors that occur.
Test the program with different inputs.
An example of the program input and output is shown below:
Display/Introduce (a message of) what the program will accomplish - such as
This program will compute the area of a rectangle, given the width and height.
Enter the width: 33
Enter the height: 22
The area is 726 square units.
Grading
When you have completed your program, use the link on eCampus (D2L) to Submit a single text file:
a: The text file will be named: <1st2LettersOfFirstName>Prog01.cpp file [Example: Assume your name is John Doe Smith, your file will be named: SmithJoProg01.cpp note the upper/lower-case letters in the filename].
b: You MUST document every block of your program. Please review the instructions on getting started and the Rubric that I will use for grading the assignment

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!