Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part I Create a new project in Visual Studio named PhoneCall. Make certain that you include a header comment that contains your name, the date

Part I Create a new project in Visual Studio named PhoneCall. Make certain that you include a header comment that contains your name, the date completed, a brief description, and any resource you used to complete your code. This comment should be a multiline comment that is located at the top of your code after the using statements, but before the namespace declaration. These comments should be included in all subsequent programs. Your main method should input an integer named minutes and a double named rate. Pass these variables to a method named CalcPhoneCallPrice that calculates and prints the charge for the phone call. Part II Create a new Visual Studio application using C# named Desks that computes the price of a desk and whose Main() 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, 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. A $30 surcharge is added for each drawer. This method returns the cost to the Main() method. A method to display all the details and the final price.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Finance The Role Of Data Analytics In Manda Due Diligence

Authors: Ps Publishing

1st Edition

B0CR6SKTQG, 979-8873324675

More Books

Students also viewed these Databases questions