Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ programming Write an application for a Carpet Installation company that provides the quote for Carpet Installation. Each Carpet installation project can include several shapes.

C++ programming

Write an application for a Carpet Installation company that provides the quote for Carpet Installation. Each Carpet installation project can include several shapes.

First provide the following list of shapes and allow users to type a number to select a shape. CARPET INSTALLATION

Square

Rectangle

Circle

Triangle.

Trapezoid

Parallelogram

DONE

For each shape, you should display the message and read the information enough to calculate the area of the selected shape. The program should allow users to continue to add more shapes to the quote until users select to DONE After calculating the area of all rooms, calculate the total of the area of all selected shapes then calculate all the cost and display the quote in the following format:

the carpet cost with the carpet unit price is $2.79/square feet The labor cost will be calculated: $37.5/per 100 square feet The tax will be: 8.25% on both the carpet cost and the labor cost Notes: you should use reference parameters in user-defined functions

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

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago