Rick Hammer is a carpenter who wants an application to compute the price of any desk a customer orders, based on the following: desk length and width in inches, type of wood, and number of drawers. The price is computed as follows:
• The minimum charge for all desks is $200.
• If the surface (length * width) is over 750 square inches, add $50. • If the wood is mahogany, add $150; for oak, add $125. No charge is added for pine.
• For every drawer in the desk, there is an additional $30
charge. Design a flowchart or pseudocode for the following:
a. A program that accepts data for an order number, cus-tomer name, length and width of the desk ordered, type of wood, and number of drawers. Display all the entered data and the final price for the desk.
b. A program that continuously accepts desk order data and displays all the relevant information for oak desks that are over 36 inches long and have at least one drawer.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.