Question: C# Visual Studio CONSOLE GUI application: Write a program that displays the number of dollars, quarters, dimes, nickels, and pennies that a customer should get
C# Visual Studio CONSOLE
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. Please TEST OUTPUT
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
