Question: 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 Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
