Menu

(Solved) : Part One Create Console Based Application Named Desks Computes Price Desk Whose Maino Meth Q28918201 . . .

Part one: Create a console-based application named Desks that computes the price of a desk and whose MainO method calls the following methods A method to accept the number of drawers in the desk as input from the keyboard This method returns the number of drawers to the Main method. A method to accept as input and return the type of wood-m for mahogany, o for oak, or p for pine A method that accepts the number of drawers and wood type, and calculates the cost of the desk based on the following Pine desks are $100 Oak desks are $140 All other woods are $180 S30 surcharge is added for each drawer This method returns the cost to the Main0 method. A method to display all the details and the final price Part two: Create a GUI application named DesksGUI that accepts desk order data from Textboxes and whose buttons Click) method calls all the methods described in Exercise part one Requirement: Must use a method.

Part one: Create a console-based application named Desks that computes the price of a desk and whose MainO method calls the following methods A method to accept the number of drawers in the desk as input from the keyboard This method returns the number of drawers to the Main method. A method to accept as input and return the type of wood-‘m’ for mahogany, ‘o’ for oak, or ‘p’ for pine A method that accepts the number of drawers and wood type, and calculates the cost of the desk based on the following Pine desks are $100 Oak desks are $140 All other woods are $180 S30 surcharge is added for each drawer This method returns the cost to the Main0 method. A method to display all the details and the final price Part two: Create a GUI application named DesksGUI that accepts desk order data from Textboxes and whose button’s Click) method calls all the methods described in Exercise part one Requirement: Must use a method. Show transcribed image text

Expert Answer


Answer to Part One Create Console Based Application Named Desks Computes Price Desk Whose Maino Meth Q28918201 . . .

OR