Answered step by step
Verified Expert Solution
Question
1 Approved Answer
-Need a C++ code with several cases along with a psuedocode and flowchart for the following question. An architects fee is calcualted as a percentage
-Need a C++ code with several cases along with a psuedocode and flowchart for the following question.
An architects fee is calcualted as a percentage of the cost of a building. The fee is made up as follows: 8% of the first $5000.00 of the cost of a buiding. And 3% on the remainder if the remainder is more than or equal to $80000.00 or 2.5% of the remainder if the remainder is more than $80000.00. Design an algorithm that will accept the cost of a building and calculate and display the architect's fee.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started