Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need some help with this project problem statement. I want it to be like the sample output below, below that are the instructions and above
need some help with this project problem statement. I want it to be like the sample output below, below that are the instructions and above that is my output. It also needs to be basic javascript aka document.write, else if, ETC. It also needs to be displayed in "your output" image but below.
Problem Statement Determine an architect's fee based of the cost a building. The architect's fee is calculated by the following: . 8% of the first $5,000.00 of the cost of a building. . Add 3% of the remainder if the remainder is greater than zero but less than or equal to $80,000.00 Add 2.5% of the remainder if the remainder is more than $80,000.00. Remember that although unusual, a building cost could be a decimal number. Make sure the program still works if a building cost is say, 80,000.45. Validate that the user enters a numeric value. Only use variables or constants in any calculations. No hard-coded numbers are allowed in calculations. Test your program using a variety of different building costs, before being satisfied that your program will always produce correct output. Sample Output building that costs $100000 the architect's fee will be $2775. For a Your OutputStep 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