Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Organizing Information Digital And Information Literacy

Authors: Greg Roza

1st Edition

1448805929, 978-1448805921

More Books

Students also viewed these Databases questions