Question: C++ Programming. Need Help with this too LA Figure 1 Write an algorithm in pseudocode for the following tasks: i) Ask the user to enter

 C++ Programming. Need Help with this too LA Figure 1 Write

an algorithm in pseudocode for the following tasks: i) Ask the user

C++ Programming. Need Help with this too

LA Figure 1 Write an algorithm in pseudocode for the following tasks: i) Ask the user to enter value for base (b) and height (h). ii) Calculate and display the total area of rhomboid. iii) The program will stop when the user entered 'e' to exit. iv) Upon terminating the program, the program will display the area of the biggest rhomboid. (Formula: Area = base length (b)x perpendicular height (h)) The sample output is as follows: Enter base and height: 5 6 Total area: 30 Biggest area: 30 Exit? (e=exit, n=no): n Enter base and height: 6 6 Total area: 66 Biggest area: 36 Exit? (e=exit, n=no): n Enter base and height: 4 4 Total area: 82 Biggest area: 36 Exit? (e=exit, n=no): e

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!