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:
DisplayIntroduce 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:
Enter the height:
The area is square units.
Grading
When you have completed your program, use the link on eCampus DL to Submit a single text file:
a: The text file will be named: stLettersOfFirstNameProgcpp file Example: Assume your name is John Doe Smith, your file will be named: SmithJoProgcpp note the upperlowercase 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
