Write an application for a furniture company; the program determinds the price of a table, Ask the user to choose 1 of pine, 2 of oak, or 3 of mahogany. The output is the name of the wood chosen as well as the price of the table. Pine tables cost $100, oake tables cost $225, and majhogany tables cost $310. If the user enters an invalid wood code, set the price to o. Save a Furniture.java
Add a prompt to the furniture application to ask the uer to specify a (1) Large Table or (20 small table, but only if the wood selection is valid. Add $35 to the appropriate message if the size value is invalid and assume the price is for a small table. Save as Furniture2.java