
Write a program for a furniture company that requests from user the type of wood, the table size, the number of drawers, the quantity of tables to order, delivery service required, and finally display the total order amount. The type of wood is Pine, Oak or Mahogany; and there are three table sizes (small, medium, or large). The basic price for a small Pine table is $250, small oak table costs $425, and a small mahogany table costs $525. The medium size table costs an additional 10% and a large table costs an additional 20% from the basic price. Each drawer is charged at 2.5% of the basic price. Ask the user if they require delivery service for the tables ordered. The company charges $50 transportation cost for delivering the table(s). Let the system loops until the user decides when to quit.

i was using a GUI for entry but the coding gave me difficulty