Question: JAVA Code Help. I have a partial working code, but I was hoping to get a full code to review where the holes in my
JAVA Code Help.
I have a partial working code, but I was hoping to get a full code to review where the holes in my code are.


A hardwood flooring company calculates the cost of installation for 1000 square feet according to the following table: Basic laminate Solid oak Solid antique cherry $5000 $7000 $100 per room $9000+$75 per room $750 for additional coating for up to 4 layers $400 for any extra layers for additional coating beyond 4 layers 10% of the cost Baseboard Using Eclipse, write a Java program that contains one class named HarwoodCostCalculator. This class will contain a Java program that computes the cost of hardwood floor installation according to the values given above. You need to get the following input data from user: The type of hardwood (laminate, oak or cherry) If the type of hardwood is not laminate, the number of rooms .If the type of hardwood is cherry, the number of coatings purchased . Whether the customer wants baseboard or not (all types) You may assume that all input numerical data is of the proper form and will not contain negative values Depending the user. on the input data valu(s), the program will calculate and display the amount of the cost for
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
