Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Visual Studio // C# Please complete the following programs. Please zip the solut

ID: 3662721 • Letter: V

Question

Visual Studio // C#

Please complete the following programs. Please zip the solution files to submit.

1. Console application: Walk through the Carpet Calculator example in the slides. Remember that your code might be different based on the version of Visual Studio that you are using. Please make sure that your solution follows the design from the slides but the syntax is correct for Visual Studio 2013.

2. GUI application: Write a program that displays the number of dollars, quarters, dimes, nickels, and pennies that a customer should get back as change. There should be an input field for total due as well as an input field for currency given. Declare and initialize all memory locations as integers. The output fields should show the total change as a monetary amount, with two positions to the right of the decimal, and there should be output fields for the number of quarters, dimes, nickels, and pennies. Be sure to test your solution.

a. Challenge: Have an option to choose one of 3 currencies: 1. US Dollar, 2. Chilean Peso, and 3. Euro. The appropriate fields should be altered to display the change

Explanation / Answer

2)