Question: Date: CSC-101 Scientific Programming Write a C++ program to calculate the area of a rectangle. 9/20/2018 Lab user must enter the length and the width

 Date: CSC-101 Scientific Programming Write a C++ program to calculate the

Date: CSC-101 Scientific Programming Write a C++ program to calculate the area of a rectangle. 9/20/2018 Lab user must enter the length and the width of the rectangle and display the area a long with what was entered. 1. 2. 3. 4. Write the pseudo code Write the C++ program Display and print the results. Document your program (comments) Design Start Declare Length and width as float Declare Area as a float and set to 0 Display a msg please enter the Length of the triangle 1. Obtain Length 2. Display a msg please enter the Width of the triangle 3. Obtain Width 4. Area Length Width 5. Display Length 6. Display Width 7. Display Area End Hand in Source code, Design and Output

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!