Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 charge for all desks is a minimum $
If the surface length width is over square inches, add $
If the wood is mahogany, add $; for oak, add $ No charge is added for pine
For every drawer in the desk, there is an additional $ charge
Write a program in JustBASIC that accepts data for an order number, customer 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.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started