Question: Hello friends! please code it in Java. Tnx a lot! REQUIREMENT STATEMENT A. All the methods to calculate the area of shapes should be static
Hello friends! please code it in Java. Tnx a lot!




REQUIREMENT STATEMENT A. All the methods to calculate the area of shapes should be static members of a class. The main() shoul access these static method from driver class B. Provide the application for the company Art Carpet Installation that helps the employees of the company to calculate quote of a carpet installation project Each project can include several shapes. Provide the following list of shapes and allow users to type a number to select a shape CARPET INSTALLATION 1. Sqare 2. Rectangle 3. Triangle 4. Circle 5. Trapezoid 6. Rhombus 7. Kite 8. Parallelogranm 0. 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
